diff options
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index b6c3d6d1..abdcfef3 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -51,9 +51,6 @@ public: */ static Openbox *instance; - //! The action interface through which all user-available actions occur - static OBActions *actions; - //! The posible running states of the window manager enum RunState { State_Starting, //!< The window manager is starting up (being created) @@ -115,6 +112,9 @@ private: */ otk::OBProperty *_property; + //! The action interface through which all user-available actions occur + OBActions *_actions; + //! The running state of the window manager RunState _state; |
