[Xfce4-commits] <xfdesktop:master> Don't set the root pixmap until it's been drawn

Eric Koegel noreply at xfce.org
Thu Nov 28 01:24:01 CET 2013


Updating branch refs/heads/master
         to a450d7b213754f8d9979b5324f315201a2929c98 (commit)
       from c9eaa4e01933e21a02ee2a4bf6ea4726cf70b755 (commit)

commit a450d7b213754f8d9979b5324f315201a2929c98
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date:   Thu Nov 28 03:18:30 2013 +0300

    Don't set the root pixmap until it's been drawn
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>

 src/xfce-desktop.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 27df359..ad8f533 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -349,8 +349,6 @@ create_bg_pixmap(GdkScreen *gscreen, gpointer user_data)
     if(!GDK_IS_PIXMAP(desktop->priv->bg_pixmap))
         return NULL;
 
-    set_real_root_window_pixmap(desktop->priv->gscreen,
-                                desktop->priv->bg_pixmap);
     gdk_window_set_back_pixmap(gtk_widget_get_window(GTK_WIDGET(desktop)),
                                desktop->priv->bg_pixmap, FALSE);
 


More information about the Xfce4-commits mailing list