diff options
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 7 |
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; |
