http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.04.tar.gz
[xscreensaver] / hacks / glx / fps.c
index 7813a8a62f6121ac16927b25a73be38c10713768..6e9f0e79157f8fc014b6dc612e4714bde2c3676f 100644 (file)
@@ -1,4 +1,4 @@
-/* tube, Copyright (c) 2001, 2006 Jamie Zawinski <jwz@jwz.org>
+/* fps, Copyright (c) 2001-2007 Jamie Zawinski <jwz@jwz.org>
  * Utility function to draw a frames-per-second display.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -17,6 +17,7 @@
 #include "xlockmoreI.h"
 
 #ifdef HAVE_COCOA
+# undef usleep /* conflicts with 10.5 headers... */
 # include <OpenGL/gl.h>
 # include <OpenGL/glu.h>
 # include <AGL/agl.h>