xquartz: Ensure the mouse pointer is shown when switching to a native macOS alert or window

Fixes: https://github.com/XQuartz/XQuartz/issues/100
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston Sequoia 2021-03-08 21:02:40 -08:00
parent b2d96b5cd4
commit 4ae36f418e
1 changed files with 3 additions and 1 deletions

View File

@ -380,7 +380,9 @@ QuartzInitCursor(ScreenPtr pScreen)
*/
void
QuartzSuspendXCursor(ScreenPtr pScreen)
{}
{
xp_show_cursor();
}
/*
* QuartzResumeXCursor