]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
when un-showing the desktop if a window is getting shown, iconify the others so just...
[chaz/openbox] / openbox / event.c
index bd3911e2f924be13ff84fd06fd08be4d061fd2eb..c529f15648e12dcb790b3866fcafe621a17ba272 100644 (file)
@@ -660,7 +660,7 @@ static void event_handle_root(XEvent *e)
             if (d > 0)
                 screen_set_num_desktops(d);
         } else if (msgtype == prop_atoms.net_showing_desktop) {
-            screen_show_desktop(e->xclient.data.l[0] != 0, TRUE);
+            screen_show_desktop(e->xclient.data.l[0] != 0, NULL);
         } else if (msgtype == prop_atoms.openbox_control) {
             if (e->xclient.data.l[0] == 1)
                 ob_reconfigure();
This page took 0.022187 seconds and 4 git commands to generate.