aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp3/files/extra-patch-focusbug.diff
diff options
context:
space:
mode:
Diffstat (limited to 'net/freerdp3/files/extra-patch-focusbug.diff')
-rw-r--r--net/freerdp3/files/extra-patch-focusbug.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freerdp3/files/extra-patch-focusbug.diff b/net/freerdp3/files/extra-patch-focusbug.diff
new file mode 100644
index 000000000000..39587df075a0
--- /dev/null
+++ b/net/freerdp3/files/extra-patch-focusbug.diff
@@ -0,0 +1,10 @@
+--- client/X11/xf_keyboard.c.orig 2021-09-02 06:23:36 UTC
++++ client/X11/xf_keyboard.c
+@@ -183,7 +183,6 @@ void xf_keyboard_release_all_keypress(xfContext* xfc)
+ xfc->KeyboardState[keycode] = FALSE;
+ }
+ }
+- xf_sync_kbd_state(xfc);
+ }
+
+ BOOL xf_keyboard_key_pressed(xfContext* xfc, KeySym keysym)