Fixed the wrong "be:key_repeats" we were sending to our clients.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-01-27 17:04:25 +00:00
parent 4a50aa51f2
commit 9a8038bf5d
@@ -802,7 +802,7 @@ KeyboardInputDevice::_DeviceWatcher(void *arg)
activeDeadKey = newDeadKey;
}
lastKeyCode = keycode;
lastKeyCode = isKeyDown ? keycode : 0;
}
return 0;