X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=39d9ac6288b83b041ea26564158987941eedd3df;hb=77a8e11660edd66279f2d3def6de3768874ba780;hp=d518b9ccac5bc480f448b7b191053d98a7e7c0e7;hpb=db23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd;p=chaz%2Fopenbox 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