]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
do need display then
[chaz/openbox] / src / openbox.hh
index 75a3a2e0a4adbcf16d8eb7c476efadae7b6a9e25..abdcfef386968d922e4a301b285678a82f6a585a 100644 (file)
@@ -29,8 +29,9 @@ namespace ob {
 
 class OBScreen;
 class OBClient;
+class OBActions;
 
-//! The main class for the Openbox window manager.
+//! The main class for the Openbox window manager
 /*!
   Only a single instance of the Openbox class may be used in the application. A
   pointer to this instance is held in the Openbox::instance static member
@@ -43,7 +44,7 @@ class OBClient;
 class Openbox : public otk::OtkEventDispatcher, public otk::OtkEventHandler
 {
 public:
-  //! The single instance of the Openbox class for the application.
+  //! The single instance of the Openbox class for the application
   /*!
     Since this variable is globally available in the application, the Openbox
     class does not need to be passed around to any of the other classes.
@@ -111,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.022679 seconds and 4 git commands to generate.