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/focus_cycle_popup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/focus_cycle_popup.c') diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index e0a8080f..1869cc35 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -456,6 +456,7 @@ void focus_cycle_popup_show(ObClient *c, gboolean iconic_windows, XMapWindow(ob_display, popup.bg); XFlush(ob_display); popup.mapped = TRUE; + screen_hide_desktop_popup(); } } -- cgit v1.2.3