aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 5d59701..0c20f9e 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -256,7 +256,7 @@ void Keys::grabButton(unsigned int button, unsigned int mod, int context) {
256 for (; it != it_end; ++it) { 256 for (; it != it_end; ++it) {
257 if ((context & it->second & ~Keys::ON_DESKTOP) > 0) 257 if ((context & it->second & ~Keys::ON_DESKTOP) > 0)
258 FbTk::KeyUtil::grabButton(button, mod, it->first, 258 FbTk::KeyUtil::grabButton(button, mod, it->first,
259 ButtonPressMask|ButtonReleaseMask); 259 ButtonPressMask|ButtonReleaseMask|ButtonMotionMask);
260 } 260 }
261} 261}
262 262