diff options
author | markt <markt> | 2007-11-20 19:01:45 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-20 19:01:45 (GMT) |
commit | 08ebff4b319f51b4263cded0bb9c04103bcd9c3a (patch) | |
tree | 559206cfdcb63c85989882fcdaece3b3312e9d4b /src/FbTk/EventHandler.hh | |
parent | 2e96a07cf74d66f204ce37daef2c9cc6a7c0b357 (diff) | |
download | fluxbox_pavel-08ebff4b319f51b4263cded0bb9c04103bcd9c3a.zip fluxbox_pavel-08ebff4b319f51b4263cded0bb9c04103bcd9c3a.tar.bz2 |
move titlebar click handling to FluxboxWindow, fix buttons getting ungrabbed
Diffstat (limited to 'src/FbTk/EventHandler.hh')
-rw-r--r-- | src/FbTk/EventHandler.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/EventHandler.hh b/src/FbTk/EventHandler.hh index 45c7a2a..96ecd79 100644 --- a/src/FbTk/EventHandler.hh +++ b/src/FbTk/EventHandler.hh | |||
@@ -59,6 +59,7 @@ public: | |||
59 | virtual void enterNotifyEvent(XCrossingEvent &) { } | 59 | virtual void enterNotifyEvent(XCrossingEvent &) { } |
60 | 60 | ||
61 | virtual void notifyUngrabKeyboard() { } | 61 | virtual void notifyUngrabKeyboard() { } |
62 | virtual void grabButtons() { } | ||
62 | }; | 63 | }; |
63 | 64 | ||
64 | } // end namespace FbTk | 65 | } // end namespace FbTk |