[Xfce4-commits] r26412 - xfce4-panel/trunk/plugins/systray
Nick Schermer
nick at xfce.org
Sun Dec 2 10:48:17 CET 2007
Author: nick
Date: 2007-12-02 09:48:17 +0000 (Sun, 02 Dec 2007)
New Revision: 26412
Modified:
xfce4-panel/trunk/plugins/systray/xfce-tray-manager.c
Log:
* Enable double buffering, maybe that fixes some flickering issues.
Modified: xfce4-panel/trunk/plugins/systray/xfce-tray-manager.c
===================================================================
--- xfce4-panel/trunk/plugins/systray/xfce-tray-manager.c 2007-12-01 23:49:58 UTC (rev 26411)
+++ xfce4-panel/trunk/plugins/systray/xfce-tray-manager.c 2007-12-02 09:48:17 UTC (rev 26412)
@@ -710,7 +710,7 @@
/* allow applications to draw on this widget */
gtk_widget_set_app_paintable (socket, TRUE);
- gtk_widget_set_double_buffered (socket, FALSE);
+ gtk_widget_set_double_buffered (socket, TRUE);
/* allocate and set the xwindow */
xwindow = g_new (Window, 1);
More information about the Xfce4-commits
mailing list