]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
*fix* issue 313 (pcmanfm sets _XROOTMAP_ID instead of _XROOTPMAP_ID)
[chaz/tint2] / src / tint.c
index db4095985ffa2668afdf23ec237e8b55b13c1d47..a7016b3ea403e463c590c8825e7440d263f316fd 100644 (file)
@@ -584,7 +584,7 @@ void event_property_notify (XEvent *e)
                        active_task();
                        panel_refresh = 1;
                }
-               else if (at == server.atom._XROOTPMAP_ID) {
+               else if (at == server.atom._XROOTPMAP_ID || at == server.atom._XROOTMAP_ID) {
                        // change Wallpaper
                        for (i=0 ; i < nb_panel ; i++) {
                                set_panel_background(&panel1[i]);
This page took 0.019338 seconds and 4 git commands to generate.