From 368d981208c7f7d7865faac129160f277eb8d4e7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 16:29:39 +0000 Subject: add a -single argument which only runs on a single screen --- src/openbox.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/openbox.hh') 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; -- cgit v1.2.3