diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-20 14:44:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-20 14:44:20 +0000 |
| commit | 82f4efb4e2d6f836a2f5f7e7b41be4be73ae7518 (patch) | |
| tree | 5731726877dbffe4285b5c8bff7c94f5fc786399 /src/rootwindow.hh | |
| parent | 506b5dbf6f2624df57f09b5c7ba15098b1590cd5 (diff) | |
make the root window an obwidget type
Diffstat (limited to 'src/rootwindow.hh')
| -rw-r--r-- | src/rootwindow.hh | 3 |
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; |
