blob: 80723465185f0e3bfb6733d314084efc95a8da74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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);
|