From a7f65a818c48e272aa9c8c49f2339b46b794078e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 05:51:08 +0000 Subject: add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops. --- 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 558081b5..b4c510a7 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -66,7 +66,7 @@ void screen_resize(); /*! Change the number of available desktops */ void screen_set_num_desktops(guint num); /*! Change the current desktop */ -void screen_set_desktop(guint num); +void screen_set_desktop(guint num, gboolean dofocus); /*! Interactively change desktops */ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, gboolean dialog, gboolean done, gboolean cancel); -- cgit v1.2.3