diff options
Diffstat (limited to 'otk/button.hh')
| -rw-r--r-- | otk/button.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/button.hh b/otk/button.hh index e73b1f12..e32cd028 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -39,6 +39,8 @@ public: void update(void); int exposeHandler(const XExposeEvent &e); int configureHandler(const XConfigureEvent &e); + int buttonPressHandler(const XButtonEvent &e); + int buttonReleaseHandler(const XButtonEvent &e); private: |
