]> 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 93ec57f53eb406971e950e7559d0fa74b1cf3bc2..7516cfd9d0b34b246f7128390d25753bc033d5d5 100644 (file)
@@ -855,6 +855,13 @@ void screen_show_desktop_popup(guint d)
     ob_main_loop_timeout_remove(ob_main_loop, hide_desktop_popup_func);
     ob_main_loop_timeout_add(ob_main_loop, config_desktop_popup_time * 1000,
                              hide_desktop_popup_func, NULL, NULL, NULL);
+    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,
This page took 0.02198 seconds and 4 git commands to generate.