]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
some cleanups
[chaz/openbox] / src / openbox.hh
index b6c3d6d19f6581fb8f03750ed09119ed7ca20797..abdcfef386968d922e4a301b285678a82f6a585a 100644 (file)
@@ -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;
 
This page took 0.024216 seconds and 4 git commands to generate.