diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-06 05:51:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-06 05:51:08 +0000 |
| commit | a7f65a818c48e272aa9c8c49f2339b46b794078e (patch) | |
| tree | cfa2dff31be09bf386c09edd4ae6f8e22ca2a735 /openbox/screen.h | |
| parent | 857245960e4a35f9307f1b6124a4b7b4e726298b (diff) | |
add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops.
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
