[maemo-commits] [maemo-commits] r17159 - in projects/haf/trunk/clutter: clutter debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 13 19:00:20 EET 2009
- Previous message: [maemo-commits] r17158 - projects/haf/tags/totem-pl-parser
- Next message: [maemo-commits] r17160 - in projects/haf/trunk/clutter: clutter debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-commits] r17158 - projects/haf/tags/totem-pl-parser
- Next message: [maemo-commits] r17160 - in projects/haf/trunk/clutter: clutter debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]