]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.hh
Trying to make an iterative assimilate()
[chaz/openbox] / src / rootwindow.hh
index c05bfd7b25993cd965b60c4d06c1cac8696c7d45..180f239c5baeb301d9c6422931556237c97ec748 100644 (file)
@@ -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;
This page took 0.024111 seconds and 4 git commands to generate.