From: Dana Jansens Date: Thu, 17 Dec 2009 19:07:05 +0000 (-0500) Subject: Show the desktop popup as long as the interactive desktop switch is active X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=aeac6294a3c45c10d04f108a6fc767298132735c Show the desktop popup as long as the interactive desktop switch is active --- 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); }