summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 1 insertions, 1 deletions
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. */