diff options
Diffstat (limited to 'src/actions.hh')
| -rw-r--r-- | src/actions.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.hh b/src/actions.hh index 8fb728df..552d1a65 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -76,6 +76,7 @@ public: virtual void leaveHandler(const XCrossingEvent &e); virtual void keyPressHandler(const XKeyEvent &e); + virtual void keyReleaseHandler(const XKeyEvent &e); virtual void motionHandler(const XMotionEvent &e); |
