You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/xboing/files/xboing-2.4-sleep.patch

14 lines
397 B

diff -ru xboing.debian/misc.c xboing/misc.c
--- xboing.debian/misc.c 2013-02-02 20:07:07.000000000 +0100
+++ xboing/misc.c 2013-02-02 20:11:51.000000000 +0100
@@ -116,9 +116,7 @@
long SyncTime;
static unsigned long accu;
-#ifdef __alpha__
ms *= 1000; /* convert from milliseconds to microseconds for usleep */
-#endif
gettimeofday(&st, NULL);
XSync(display, False);