diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 11:34:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 11:34:29 +0000 |
| commit | 77a8e11660edd66279f2d3def6de3768874ba780 (patch) | |
| tree | c384644ec055df2dc0a8954d09b7a2f523044b38 /src/client.hh | |
| parent | db23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd (diff) | |
can tell where events are coming from!
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh index d518b9cc..39d9ac62 100644 --- a/src/client.hh +++ b/src/client.hh @@ -21,6 +21,7 @@ extern "C" { #include "otk/strut.hh" #include "otk/rect.hh" #include "otk/eventhandler.hh" +#include "widget.hh" namespace ob { @@ -38,7 +39,7 @@ class OBFrame; class' member variables and call whatever is nessary to complete the change (such as causing a redraw of the titlebar after the title is changed). */ -class OBClient : public otk::OtkEventHandler { +class OBClient : public otk::OtkEventHandler, public OBWidget { public: //! The frame window which decorates around the client window |
