projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bedb4a2
)
fix keyboard release (thanks hardening!)
author
abma
<spring@abma.de>
Fri, 15 Jan 2016 00:59:08 +0000
(
01:59
+0100)
committer
abma
<spring@abma.de>
Fri, 15 Jan 2016 00:59:08 +0000
(
01:59
+0100)
client/X11/xf_keyboard.c
patch
|
blob
|
history
diff --git
a/client/X11/xf_keyboard.c
b/client/X11/xf_keyboard.c
index
02af8c3
..
3e11b95
100644
(file)
--- a/
client/X11/xf_keyboard.c
+++ b/
client/X11/xf_keyboard.c
@@
-179,7
+179,7
@@
void xf_keyboard_release_all_keypress(xfContext* xfc)
for (keycode = 0; keycode < ARRAYSIZE(xfc->KeyboardState); keycode++)
{
- if (
!
xfc->KeyboardState[keycode])
+ if (xfc->KeyboardState[keycode])
{
rdp_scancode = freerdp_keyboard_get_rdp_scancode_from_x11_keycode(keycode);