diff options
Diffstat (limited to 'src/FbTk/KeyUtil.hh')
-rw-r--r-- | src/FbTk/KeyUtil.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh index 902d27e..eb2cdd5 100644 --- a/src/FbTk/KeyUtil.hh +++ b/src/FbTk/KeyUtil.hh | |||
@@ -44,6 +44,8 @@ public: | |||
44 | Grab the specified key | 44 | Grab the specified key |
45 | */ | 45 | */ |
46 | static void grabKey(unsigned int key, unsigned int mod, Window win); | 46 | static void grabKey(unsigned int key, unsigned int mod, Window win); |
47 | static void grabButton(unsigned int button, unsigned int mod, Window win, | ||
48 | unsigned int event_mask, Cursor cursor = None); | ||
47 | 49 | ||
48 | /** | 50 | /** |
49 | convert the string to the keysym | 51 | convert the string to the keysym |