diff options
author | markt <markt> | 2007-02-09 18:13:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-09 18:13:01 (GMT) |
commit | 6fdda1a31d2417c23f5f222114d30ce6abec8b40 (patch) | |
tree | 929a0c0a5ffac232568011ef055934354f4367da /src/FbTk/KeyUtil.hh | |
parent | 93d8310c0c51fe1edcdfa5240f724ab6306ce92a (diff) | |
download | fluxbox_pavel-6fdda1a31d2417c23f5f222114d30ce6abec8b40.zip fluxbox_pavel-6fdda1a31d2417c23f5f222114d30ce6abec8b40.tar.bz2 |
added mouse bindings to the keys file
Diffstat (limited to 'src/FbTk/KeyUtil.hh')
-rw-r--r-- | src/FbTk/KeyUtil.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh index eb2cdd5..4909c5a 100644 --- a/src/FbTk/KeyUtil.hh +++ b/src/FbTk/KeyUtil.hh | |||
@@ -62,6 +62,7 @@ public: | |||
62 | ungrabs all keys | 62 | ungrabs all keys |
63 | */ | 63 | */ |
64 | static void ungrabKeys(Window win); | 64 | static void ungrabKeys(Window win); |
65 | static void ungrabButtons(Window win); | ||
65 | 66 | ||
66 | /** | 67 | /** |
67 | Strip out modifiers we want to ignore | 68 | Strip out modifiers we want to ignore |