summaryrefslogtreecommitdiff
path: root/openbox/screen.h
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/screen.h
parentf4aeb10397713cafb248bbce439e9b329decd56b (diff)
Hide the desktop cycle popup when the focus cycle popup is shown.
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index 68a13251..39871e33 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -77,6 +77,8 @@ guint screen_find_desktop(guint from, ObDirection dir,
/*! Show the desktop popup/notification */
void screen_show_desktop_popup(guint d);
+/*! Hide it */
+void screen_hide_desktop_popup();
/*! Shows and focuses the desktop and hides all the client windows, or
returns to the normal state, showing client windows.