Re: [PATCH v2 2/2] ui/cocoa: Adds NSCursor absolute pointer support

2024-06-27 Thread Akihiko Odaki
Hi, Thanks for fixing my patch and adding this follow-up. I incorporated your fix with some change with v2 so please review it and rebase this patch to it. On 2024/06/25 22:49, Phil Dennis-Jordan wrote: When pointer input is absolute, use the native macOS host’s Cocoa NSCursor to render the

[PATCH v2 2/2] ui/cocoa: Adds NSCursor absolute pointer support

2024-06-25 Thread Phil Dennis-Jordan
When pointer input is absolute, use the native macOS host’s Cocoa NSCursor to render the guest’s cursor. The rendered cursor is no longer cropped to the guest viewport, and the correct cursor image is passed to anything tapping into the host system’s native cursor. (such as remote access) The CALa