From 4e0b5fdef451c605f563d137b024134a68c6d6de Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 11:50:20 +0000 Subject: some cleanups make the OBActions instance not static --- src/openbox.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/openbox.hh') 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; -- cgit v1.2.3