mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 12:50:04 +01:00
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 4ae36f418e)
This commit is contained in:
parent
ab8e47bbc9
commit
c38e3bd914
1 changed files with 3 additions and 1 deletions
|
|
@ -380,7 +380,9 @@ QuartzInitCursor(ScreenPtr pScreen)
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
QuartzSuspendXCursor(ScreenPtr pScreen)
|
QuartzSuspendXCursor(ScreenPtr pScreen)
|
||||||
{}
|
{
|
||||||
|
xp_show_cursor();
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* QuartzResumeXCursor
|
* QuartzResumeXCursor
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue