http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / glx / fps.c
index 33d4250a26df3bba98ab59e6bbf1677ece45888e..237ef1fef6daf9bab1a6d5d79e6e9af977727e7d 100644 (file)
@@ -186,8 +186,8 @@ fps_1 (ModeInfo *mi)
   static int last_ifps = -1;
   static GLfloat last_fps = -1;
   static int frame_count = 0;
-  static struct timeval prev = { 0, };
-  static struct timeval now  = { 0, };
+  static struct timeval prev = { 0, };
+  static struct timeval now  = { 0, };
 
   if (!initted_p)
     {