[Xfce4-commits] r29656 - in xfwm4/trunk: . src

Olivier Fourdan olivier at xfce.org
Fri Mar 13 11:07:48 CET 2009


Author: olivier
Date: 2009-03-13 10:07:48 +0000 (Fri, 13 Mar 2009)
New Revision: 29656

Modified:
   xfwm4/trunk/ChangeLog
   xfwm4/trunk/NEWS
   xfwm4/trunk/src/compositor.c
Log:
	* src/compositor.c: Reduce repaint timeout in the compositor 
	  (Bug #5080)

Modified: xfwm4/trunk/ChangeLog
===================================================================
--- xfwm4/trunk/ChangeLog	2009-03-13 05:27:33 UTC (rev 29655)
+++ xfwm4/trunk/ChangeLog	2009-03-13 10:07:48 UTC (rev 29656)
@@ -1,3 +1,8 @@
+2009-03-13	olivier
+
+	* src/compositor.c: Reduce repaint timeout in the compositor 
+	  (Bug #5080)
+
 2009-02-24	olivier
 
 	* settings-dialogs/xfwm4-settings.c, 

Modified: xfwm4/trunk/NEWS
===================================================================
--- xfwm4/trunk/NEWS	2009-03-13 05:27:33 UTC (rev 29655)
+++ xfwm4/trunk/NEWS	2009-03-13 10:07:48 UTC (rev 29656)
@@ -1,3 +1,8 @@
+4.6.1
+=====
+
+- Reduce repaint timeout in the compositor (Bug #5080)
+
 4.6.0
 =====
 

Modified: xfwm4/trunk/src/compositor.c
===================================================================
--- xfwm4/trunk/src/compositor.c	2009-03-13 05:27:33 UTC (rev 29655)
+++ xfwm4/trunk/src/compositor.c	2009-03-13 10:07:48 UTC (rev 29656)
@@ -86,7 +86,7 @@
 #define WIN_IS_REDIRECTED(cw)           (cw->redirected)
 
 /* Set TIMEOUT_REPAINT to 0 to disable timeout repaint */
-#define TIMEOUT_REPAINT       20 /* (1/50 sec.) */
+#define TIMEOUT_REPAINT       10 /* msec.) */
 
 typedef struct _CWindow CWindow;
 struct _CWindow
@@ -1464,7 +1464,7 @@
 
     for (screens = display_info->screens; screens; screens = g_slist_next (screens))
     {
-        add_repair ((ScreenInfo *) screens->data);
+        repair_screen ((ScreenInfo *) screens->data);
     }
 }
 #endif




More information about the Xfce4-commits mailing list