pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r2502 - trunk/src/gui


From: jave27
Subject: [Pingus-CVS] r2502 - trunk/src/gui
Date: Mon, 14 Nov 2005 23:05:50 +0100

Author: jave27
Date: 2005-11-14 23:05:41 +0100 (Mon, 14 Nov 2005)
New Revision: 2502

Modified:
   trunk/src/gui/screen_manager.cxx
Log:
Made stupid CPU hack actually reduce the CPU usage... still a hack.

Modified: trunk/src/gui/screen_manager.cxx
===================================================================
--- trunk/src/gui/screen_manager.cxx    2005-11-14 21:51:09 UTC (rev 2501)
+++ trunk/src/gui/screen_manager.cxx    2005-11-14 22:05:41 UTC (rev 2502)
@@ -151,7 +151,7 @@
        }
 
       // Stupid hack to make this thing take less CPU
-      CL_System::sleep (0);
+      CL_System::keep_alive(5);
     }
 
   Display::remove_flip_screen_hook(cursor);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]