summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh3
1 files changed, 2 insertions, 1 deletions
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 <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;