summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastien Braun2010-10-13 05:09:02 +0200
committerSebastien Braun2010-10-13 05:09:02 +0200
commit3db2c6c566b57fb02bd5529274ab690e7e0b1ffc (patch)
treedeeea435584c5ef33eac38fd32a8aa13368ea4a4 /src
parentFormatting fixes for X11FakeKeyboardHandler (diff)
downloadpvs-3db2c6c566b57fb02bd5529274ab690e7e0b1ffc.tar.gz
pvs-3db2c6c566b57fb02bd5529274ab690e7e0b1ffc.tar.xz
pvs-3db2c6c566b57fb02bd5529274ab690e7e0b1ffc.zip
Fix forgotten change of j to mods in X11FakeKeyboardHandler.
Diffstat (limited to 'src')
-rw-r--r--src/input/x11FakeKeyboardHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/x11FakeKeyboardHandler.cpp b/src/input/x11FakeKeyboardHandler.cpp
index 333baab..f27ea1e 100644
--- a/src/input/x11FakeKeyboardHandler.cpp
+++ b/src/input/x11FakeKeyboardHandler.cpp
@@ -558,7 +558,7 @@ void initializeBasicKeycodes()
if(knownKeySyms.find(ks) != knownKeySyms.end())
{
- if(j & ~unconsumed)
+ if(mods & ~unconsumed)
{
// we would be recording extraneous modifiers
continue;