diff options
Diffstat (limited to 'src/backgroundwidget.hh')
| -rw-r--r-- | src/backgroundwidget.hh | 3 |
1 files changed, 3 insertions, 0 deletions
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); }; } |
