[maemo-commits] [maemo-commits] r17159 - in projects/haf/trunk/clutter: clutter debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 13 19:00:20 EET 2009
Author: gw
Date: 2009-01-13 19:00:14 +0200 (Tue, 13 Jan 2009)
New Revision: 17159

Modified:
   projects/haf/trunk/clutter/clutter/clutter-main.h
   projects/haf/trunk/clutter/debian/changelog
Log:
Changed delay down to 10ms as kimmo thought 25ms was too much


Modified: projects/haf/trunk/clutter/clutter/clutter-main.h
===================================================================
--- projects/haf/trunk/clutter/clutter/clutter-main.h	2009-01-13 13:53:34 UTC (rev 17158)
+++ projects/haf/trunk/clutter/clutter/clutter-main.h	2009-01-13 17:00:14 UTC (rev 17159)
@@ -85,7 +85,7 @@
  *
  * Since: 0.8.2-maemo
  */
-#define CLUTTER_REDRAW_INTERVAL         (25)
+#define CLUTTER_REDRAW_INTERVAL         (10)
 
 /* Initialisation */
 void             clutter_base_init        (void);

Modified: projects/haf/trunk/clutter/debian/changelog
===================================================================
--- projects/haf/trunk/clutter/debian/changelog	2009-01-13 13:53:34 UTC (rev 17158)
+++ projects/haf/trunk/clutter/debian/changelog	2009-01-13 17:00:14 UTC (rev 17159)
@@ -5,6 +5,7 @@
   * Modified clutter_stage_redraw_damage to set the stage to be redrawn with
     a delay - which helps get rid of multiple redraws when we get >1 XDamage
     events within a few ms of each other.
+  * Changed delay down to 10ms as kimmo thought 25ms was too much
 
  -- Gordon Williams <gordon.williams at collabora.co.uk>  Mon, 12 Jan 2009 16:21:48 +0000
 


More information about the maemo-commits mailing list