diff options
Diffstat (limited to 'src/FbTk')
-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 |