diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-01-08 13:17:18 +0300 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-01-08 13:47:39 +0300 |
| commit | 9eb61f92f5de9f04b0f341a4ca27d6719997beb0 (patch) | |
| tree | 048771d19ff2c1aaa20cd42089ac75b40d7a1af2 /net/freerdp3/files/extra-patch-focusbug.diff | |
| parent | 6a76108e97e58728da3fb3905098eb66938543cf (diff) | |
net/freerdp3: copy of net/freerdp in preparation for landing 3.x
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43127
Diffstat (limited to 'net/freerdp3/files/extra-patch-focusbug.diff')
| -rw-r--r-- | net/freerdp3/files/extra-patch-focusbug.diff | 10 |
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) |
