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