We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1339

Summary: Cursor still visible when game is sent to front
Product: SDL Reporter: C.W. Betts <computers57>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P1 CC: computers57
Version: HG 1.2   
Hardware: x86_64   
OS: Mac OS X 10.7   

Description C.W. Betts 2011-11-30 14:11:06 UTC
When Aquaria is windowed, when I switch to a different app, then back to Aquaria, the cursor goes to the middle of the screen and stays there, visible. This doesn't affect the game cursor, which still moves around just fine. I have to quit Aquaria then restart it to make the cursor go away.
Comment 1 Sam Lantinga 2011-12-29 01:56:30 UTC
Ryan, do you want to look into this one?
Comment 2 Ryan C. Gordon 2011-12-30 01:11:22 UTC
Was this with Aquaria from the Humble Indie Bundle, or the open source release?

This sounds like something that was a bug in Aquaria itself and not SDL, but I can't recall.

--ryan.
Comment 3 Ryan C. Gordon 2011-12-30 01:25:51 UTC
Bumping priority on a few bugs that I would like examined more closely before 1.2.15 is finalized. This is not a promise that a bug will be fixed. We may close it with WONTFIX or WORKSFORME or something, but I just want to make sure attention is paid.

--ryan.
Comment 4 C.W. Betts 2011-12-30 02:23:26 UTC
The bug is when I built the game from source linking against the most recent Mercarial version of SDL.
Comment 5 Ryan C. Gordon 2011-12-30 13:21:10 UTC
(In reply to comment #4)
> The bug is when I built the game from source linking against the most recent
> Mercarial version of SDL.

Confirmed; I can reproduce it here.

--ryan.
Comment 6 Ryan C. Gordon 2011-12-30 15:42:27 UTC
hg changeset 185f8588deaa is what caused the regression.

--ryan.
Comment 7 Ryan C. Gordon 2012-01-01 17:46:58 UTC
This is fixed now, in hg changeset ff6077e892fb.

--ryan.