]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
make the desktop popup a public function
[chaz/openbox] / openbox / screen.h
index 2fd1108c8fb1ee6329a622328176b60367f8df2d..151ecb9aec20f88ff19388ab1e6ac797caa5ae11 100644 (file)
@@ -69,6 +69,9 @@ void screen_set_desktop(guint num);
 guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
                            gboolean dialog, gboolean done, gboolean cancel);
 
+/*! Show/hide the desktop popup (pager) for the given desktop */
+void screen_desktop_popup(guint d, gboolean show);
+
 /*! Shows and focuses the desktop and hides all the client windows, or
   returns to the normal state, showing client windows. */
 void screen_show_desktop(gboolean show);
This page took 0.020198 seconds and 4 git commands to generate.