summaryrefslogtreecommitdiff
path: root/src/backgroundwidget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-02 22:58:32 +0000
committerDana Jansens <danakj@orodu.net>2003-01-02 22:58:32 +0000
commite05d5f7934ce27893f900627fbd06b1679d4c0ad (patch)
tree553ced7070d991c96016e5dca53e6068991602e4 /src/backgroundwidget.hh
parent54da8e404b0baa8b4521ce14c8eb9a28ea64e7f9 (diff)
kill button release events
Diffstat (limited to 'src/backgroundwidget.hh')
-rw-r--r--src/backgroundwidget.hh3
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);
};
}