X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fbackgroundwidget.hh;h=dbc7b5f6984928d8f514c822c12f2d8cad960f06;hb=69f38b9f55dfd56d308e1667973f57431276fcc4;hp=9d833b4c2f1e5de8a5d0cde2d0dd2d7215a5baae;hpb=e05d5f7934ce27893f900627fbd06b1679d4c0ad;p=chaz%2Fopenbox diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh index 9d833b4c..dbc7b5f6 100644 --- a/src/backgroundwidget.hh +++ b/src/backgroundwidget.hh @@ -3,7 +3,7 @@ #define __obbackgroundwidget_hh #include "otk/widget.hh" -#include "widget.hh" +#include "widgetbase.hh" namespace ob { @@ -22,9 +22,6 @@ public: virtual void focus(); virtual void unfocus(); - - void grabButtons(bool grab); - virtual void buttonPressHandler(const XButtonEvent &e); }; }