From 2c6c0757fa497f4c1e0648bcbb1927c0fa12862f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 30 Aug 2003 16:58:30 +0000 Subject: make interactive actions a type and not special cases. add the option to them to turn off interactivity --- openbox/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.h') diff --git a/openbox/screen.h b/openbox/screen.h index 696423e2..bd47496d 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -47,7 +47,7 @@ void screen_set_num_desktops(guint num); void screen_set_desktop(guint num); /*! Interactively change desktops */ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, - gboolean done, gboolean cancel); + gboolean dialog, gboolean done, gboolean cancel); /*! Shows and focuses the desktop and hides all the client windows, or returns to the normal state, showing client windows. */ -- cgit v1.2.3