summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-03-08 21:02:40 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2021-03-08 21:06:42 -0800
commitc38e3bd914757c62b5d925b11bcfa44b4531e606 (patch)
treef96618efa5b264ce810b1034e4fd746d1c9d6285
parentab8e47bbc9c8514299234af4d8dda14ee59519b2 (diff)
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> (cherry picked from commit 4ae36f418ed683532b0b6991e4a1e7d56740b845)
-rw-r--r--hw/xquartz/xpr/xprCursor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xquartz/xpr/xprCursor.c b/hw/xquartz/xpr/xprCursor.c
index 5e89348c0..ff6cf4dd0 100644
--- a/hw/xquartz/xpr/xprCursor.c
+++ b/hw/xquartz/xpr/xprCursor.c
@@ -380,7 +380,9 @@ QuartzInitCursor(ScreenPtr pScreen)
*/
void
QuartzSuspendXCursor(ScreenPtr pScreen)
-{}
+{
+ xp_show_cursor();
+}
/*
* QuartzResumeXCursor