summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-30 16:58:30 +0000
committerDana Jansens <danakj@orodu.net>2003-08-30 16:58:30 +0000
commit2c6c0757fa497f4c1e0648bcbb1927c0fa12862f (patch)
tree16b71b97f63b2877fc9d62690f41cd5de42dbf55 /openbox/screen.h
parent009685bc4630a5deb3a48179450fb18e619c6e04 (diff)
make interactive actions a type and not special cases.
add the <interactive> option to them to turn off interactivity
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. */