From aeac6294a3c45c10d04f108a6fc767298132735c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Dec 2009 14:07:05 -0500 Subject: [PATCH] Show the desktop popup as long as the interactive desktop switch is active --- openbox/screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/screen.c b/openbox/screen.c index 5074f186..aabed214 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -949,6 +949,8 @@ void screen_show_desktop_popup(guint d, gboolean perm) config_desktop_popup_time * 1000, hide_desktop_popup_func, desktop_popup, g_direct_equal, NULL); + if (perm) + desktop_popup_perm = TRUE; g_free(a); } -- 2.39.2