diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 11:50:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 11:50:20 +0000 |
| commit | 4e0b5fdef451c605f563d137b024134a68c6d6de (patch) | |
| tree | 2d15a2fc9b46140c7034bc906d6052bc5007c6eb /src/openbox.hh | |
| parent | 7dc834cc93efb9a4181ba7d29a72d49e596e9746 (diff) | |
some cleanups
make the OBActions instance not static
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; |
