[Xfce4-commits] [xfce/xfdesktop] 09/19: Don't set ESETROOT.

noreply at xfce.org noreply at xfce.org
Sun Nov 9 15:36:51 CET 2014


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch xfce-4.10
in repository xfce/xfdesktop.

commit e89e860899a040c98dd648712edc4b13948ad995
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date:   Thu Nov 28 00:29:26 2013 +0000

    Don't set ESETROOT.
    
    This atom is used to inform other processes that the background
    was set by a RetainPermanent client, which should be killed if
    the background changes. Since xfdesktop is not RetainPermanent
    and should not get killed, don't set this.
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>
---
 src/xfce-desktop.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 526ecf7..7c640b1 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -292,11 +292,6 @@ set_real_root_window_pixmap(GdkScreen *gscreen,
             gdk_atom_intern("_XROOTPMAP_ID", FALSE),
             gdk_atom_intern("PIXMAP", FALSE), 32,
             GDK_PROP_MODE_REPLACE, (guchar *)&xid, 1);
-    /* set this other property because someone might need it sometime. */
-    gdk_property_change(groot,
-            gdk_atom_intern("ESETROOT_PMAP_ID", FALSE),
-            gdk_atom_intern("PIXMAP", FALSE), 32,
-            GDK_PROP_MODE_REPLACE, (guchar *)&xid, 1);
     /* and set the root window's BG pixmap, because aterm is somewhat lame. */
     gdk_window_set_back_pixmap(groot, pmap, FALSE);
     /* there really should be a standard for this crap... */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list