Skip to content
Snippets Groups Projects
Commit 2407f9b8 authored by Tim Clem's avatar Tim Clem Committed by Alexandre Julliard
Browse files

winemac.drv: Stop cursor clipping when the app deactivates.


Testing on Windows confirms this behavior.

Signed-off-by: default avatarTim Clem <tclem@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 325cc98d
No related branches found
No related tags found
No related merge requests found
......@@ -2406,6 +2406,8 @@ void macdrv_app_activated(void)
*/
void macdrv_app_deactivated(void)
{
ClipCursor(NULL);
if (GetActiveWindow() == GetForegroundWindow())
{
TRACE("setting fg to desktop\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment