]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Hide the desktop cycle popup when the focus cycle popup is shown.
[chaz/openbox] / openbox / screen.c
index 9899cfd803a26729f23384161fe7d6285e97f2bb..7516cfd9d0b34b246f7128390d25753bc033d5d5 100644 (file)
@@ -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)
 {
This page took 0.02075 seconds and 4 git commands to generate.