]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.hh
the bindings tree might work now
[chaz/openbox] / src / rootwindow.hh
index 35cda699cae79de10e9b80d1748e0fcfe08bfc80..180f239c5baeb301d9c6422931556237c97ec748 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef   __rootwindow_hh
 #define   __rootwindow_hh
 
-/*! @file client.hh
+/*! @file rootwindow.hh
   @brief The OBClient class maintains the state of a client window by handling
   property changes on the window and some client messages
 */
@@ -18,6 +18,7 @@ extern "C" {
 #include <string>
 #include <vector>
 
+#include "widget.hh"
 #include "otk/screeninfo.hh"
 #include "otk/eventhandler.hh"
 #include "otk/property.hh"
@@ -32,7 +33,7 @@ namespace ob {
   <p>
   OBRootWindow also manages client messages for the root window.
 */
-class OBRootWindow : public otk::OtkEventHandler {
+class OBRootWindow : public otk::OtkEventHandler, public OBWidget {
 private:
   //! Information about this screen
   const otk::ScreenInfo *_info;
@@ -62,7 +63,6 @@ public:
   virtual void propertyHandler(const XPropertyEvent &e);
   virtual void clientMessageHandler(const XClientMessageEvent &e);
   virtual void mapRequestHandler(const XMapRequestEvent &);
-  virtual void configureRequestHandler(const XConfigureRequestEvent &e);
 };
 
 }
This page took 0.02091 seconds and 4 git commands to generate.