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:
@@ -802,7 +802,7 @@ KeyboardInputDevice::_DeviceWatcher(void *arg)
|
|||||||
activeDeadKey = newDeadKey;
|
activeDeadKey = newDeadKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
lastKeyCode = keycode;
|
lastKeyCode = isKeyDown ? keycode : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user