X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbackgroundwidget.hh;fp=src%2Fbackgroundwidget.hh;h=9d833b4c2f1e5de8a5d0cde2d0dd2d7215a5baae;hb=e05d5f7934ce27893f900627fbd06b1679d4c0ad;hp=7b698c1594ae529b88148a41b006efa20f15d4fc;hpb=54da8e404b0baa8b4521ce14c8eb9a28ea64e7f9;p=chaz%2Fopenbox diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh index 7b698c15..9d833b4c 100644 --- a/src/backgroundwidget.hh +++ b/src/backgroundwidget.hh @@ -22,6 +22,9 @@ public: virtual void focus(); virtual void unfocus(); + + void grabButtons(bool grab); + virtual void buttonPressHandler(const XButtonEvent &e); }; }