From 65d50861ada11f5409680de285f461f16e78c090 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 May 2007 23:22:54 +0000 Subject: when un-showing the desktop if a window is getting shown, iconify the others so just the one is shown --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index bd3911e2..c529f156 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -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(); -- cgit v1.2.3