summaryrefslogtreecommitdiff
path: root/net/freerdp3/files/extra-patch-focusbug.diff
blob: 39587df075a01decf23cdd1a836562eed53513b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
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)