summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-08 16:29:39 +0000
committerDana Jansens <danakj@orodu.net>2003-01-08 16:29:39 +0000
commit368d981208c7f7d7865faac129160f277eb8d4e7 (patch)
tree19cbce34c1adea3f0296d37288ada39132cdb91e /src/openbox.hh
parentdbf58ef2b61fe46f15a697ad151ee868c2461f6f (diff)
add a -single argument which only runs on a single screen
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index 80b20a16..c5dc3527 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -93,6 +93,10 @@ private:
char *_displayreq;
//! The value of argv, i.e. how this application was executed
char **_argv;
+ //! Run the application in synchronous mode? (for debugging)
+ bool _sync;
+ //! Should Openbox run on a single screen or on all available screens?
+ bool _single;
//! A list of all managed clients
ClientMap _clients;
@@ -121,9 +125,6 @@ private:
//! The interface through which keys/buttons are grabbed and handled
OBBindings *_bindings;
- //! Run the application in synchronous mode? (for debugging)
- bool _sync;
-
//! The running state of the window manager
RunState _state;