summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index 750de946..94085398 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -75,8 +75,12 @@ void screen_remove_desktop(gboolean current);
guint screen_find_desktop(guint from, ObDirection dir,
gboolean wrap, gboolean linear);
-/*! Show the desktop popup/notification */
-void screen_show_desktop_popup(guint d);
+/*! Show the desktop popup/notification
+ @permanent If TRUE, the popup will stay on the screen until you call
+ screen_hide_desktop_popup(). Otherwise it will hide after a
+ delay.
+ */
+void screen_show_desktop_popup(guint d, gboolean permanent);
/*! Hide it */
void screen_hide_desktop_popup(void);