Re: [PATCH] ui/cocoa: Override windowDidResignKey

2023-03-09 Thread Philippe Mathieu-Daudé
On 28/2/23 08:09, Akihiko Odaki wrote: This fixes pressed keys being stuck when the deck is clicked and the window loses focus. In the past, Gustavo Noronha Silva also had a patch to fix this issue though it only ungrabs mouse and does not release keys, and depends on another out-of-tree patch:

[PATCH] ui/cocoa: Override windowDidResignKey

2023-02-28 Thread Akihiko Odaki
This fixes pressed keys being stuck when the deck is clicked and the window loses focus. In the past, Gustavo Noronha Silva also had a patch to fix this issue though it only ungrabs mouse and does not release keys, and depends on another out-of-tree patch: https://github.com/akihikodaki/qemu/pull/

[PATCH] ui/cocoa: Override windowDidResignKey

2023-02-28 Thread Akihiko Odaki
This fixes pressed keys being stuck when the deck is clicked and the window loses focus. In the past, Gustavo Noronha Silva also had a patch to fix this issue though it only ungrabs mouse and does not release keys, and depends on another out-of-tree patch: https://github.com/akihikodaki/qemu/pull/

[PATCH] ui/cocoa: Override windowDidResignKey

2023-02-28 Thread Akihiko Odaki
This fixes pressed keys being stuck when the deck is clicked and the window loses focus. In the past, Gustavo Noronha Silva also had a patch to fix this issue though it only ungrabs mouse and does not release keys, and depends on another out-of-tree patch: https://github.com/akihikodaki/qemu/pull/