summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-08-22 17:36:40 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-08-22 18:00:12 +0200
commite4f24d84a0f9cf81f6228bbe51a30128f451e041 (patch)
tree77acaa3a519a3ad5c6ee5254fe1e1d05ed32ed09 /openbox/focus_cycle_popup.c
parentf4aeb10397713cafb248bbce439e9b329decd56b (diff)
Hide the desktop cycle popup when the focus cycle popup is shown.
Diffstat (limited to 'openbox/focus_cycle_popup.c')
-rw-r--r--openbox/focus_cycle_popup.c1
1 files changed, 1 insertions, 0 deletions
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();
}
}