diff options
Diffstat (limited to 'src/FbTk/KeyUtil.hh')
-rw-r--r-- | src/FbTk/KeyUtil.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh index e1f1276..902d27e 100644 --- a/src/FbTk/KeyUtil.hh +++ b/src/FbTk/KeyUtil.hh | |||
@@ -43,7 +43,7 @@ public: | |||
43 | /** | 43 | /** |
44 | Grab the specified key | 44 | Grab the specified key |
45 | */ | 45 | */ |
46 | static void grabKey(unsigned int key, unsigned int mod); | 46 | static void grabKey(unsigned int key, unsigned int mod, Window win); |
47 | 47 | ||
48 | /** | 48 | /** |
49 | convert the string to the keysym | 49 | convert the string to the keysym |
@@ -59,7 +59,7 @@ public: | |||
59 | /** | 59 | /** |
60 | ungrabs all keys | 60 | ungrabs all keys |
61 | */ | 61 | */ |
62 | static void ungrabKeys(); | 62 | static void ungrabKeys(Window win); |
63 | 63 | ||
64 | /** | 64 | /** |
65 | Strip out modifiers we want to ignore | 65 | Strip out modifiers we want to ignore |