aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-03-23 15:20:03 +0900
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-03-26 14:32:54 +0100
commitccebb9ae352eea63cb1491cb829e4cd0f7576f1c (patch)
tree6e0be7815daea92e97843e2f415165961d1e476d /tests
parentf69a6f04133df61e2ab23553496a070f27f5b732 (diff)
ui/cocoa: Use NSTrackingInVisibleRect
I observed [NSTrackingArea rect] becomes de-synchronized with the view frame with some unknown condition, and fails to track mouse movement on some area of the view. Specify NSTrackingInVisibleRect option to let Cocoa automatically update NSTrackingArea, which also saves code for synchronization. Fixes: 91aa508d0274 ("ui/cocoa: Let the platform toggle fullscreen") Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-ID: <20240323-fixes-v2-3-18651a2b0394@daynix.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions