diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-16 15:17:08 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-17 10:33:06 -0500 |
| commit | 1a348576400b26dad3a58a81415c4c833fb4915c (patch) | |
| tree | 39bbdd4efba2b2d7d9e270db837737ad9dab5db3 /openbox/screen.h | |
| parent | 1b392b5fbe85c55cda2b0fc9d1e10cbe56216185 (diff) | |
Make the relative desktop switching actions interactive
The desktop popup can now be shown "permanently" in which case it stays until
you tell it to hide.
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 8 |
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); |
