aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/EventHandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/EventHandler.hh')
-rw-r--r--src/FbTk/EventHandler.hh1
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