X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Frootwindow.hh;h=180f239c5baeb301d9c6422931556237c97ec748;hb=509e6a8f439bba220d71393b4da9597b7f8fa180;hp=c05bfd7b25993cd965b60c4d06c1cac8696c7d45;hpb=25d1e3538be5719b238f7e62a949c409fef2af66;p=chaz%2Fopenbox diff --git a/src/rootwindow.hh b/src/rootwindow.hh index c05bfd7b..180f239c 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -18,6 +18,7 @@ extern "C" { #include #include +#include "widget.hh" #include "otk/screeninfo.hh" #include "otk/eventhandler.hh" #include "otk/property.hh" @@ -32,7 +33,7 @@ namespace ob {

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;