X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbackgroundwidget.hh;h=9d833b4c2f1e5de8a5d0cde2d0dd2d7215a5baae;hb=1c8090fa67994215f5e79cd9dd08f82110589d8a;hp=7b698c1594ae529b88148a41b006efa20f15d4fc;hpb=2ae2b257d39ea62640c2590f794e4275c6db1cd4;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); }; }