From e4f24d84a0f9cf81f6228bbe51a30128f451e041 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 22 Aug 2007 17:36:40 +0200 Subject: Hide the desktop cycle popup when the focus cycle popup is shown. --- openbox/screen.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 9899cfd8..7516cfd9 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -858,6 +858,12 @@ void screen_show_desktop_popup(guint d) g_free(a); } +void screen_hide_desktop_popup() +{ + ob_main_loop_timeout_remove(ob_main_loop, hide_desktop_popup_func); + pager_popup_hide(desktop_popup); +} + guint screen_find_desktop(guint from, ObDirection dir, gboolean wrap, gboolean linear) { -- cgit v1.2.3