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 465

Summary: When going out of fullscreen, screen is not cleaned and I have a ghot image.
Product: SDL Reporter: kuon <kuon>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 2.0   
Hardware: PowerPC   
OS: Mac OS X 10.4 (Intel)   

Description kuon 2007-07-21 09:24:10 UTC
Under SDL rev 3364, on macosx 10.4 intel, when I switch to fullscreen, it works ok, but when I switch out of fullscreen, the image "hang" and the window manager is not restored.

I tried both with SDL_SetVideoMode in SDL_Compat and with my direct implementation (which do the same but only for opengl).
Comment 1 Ryan C. Gordon 2007-07-21 09:32:42 UTC
This is with the Subversion trunk, or branches/SDL-1.2?

--ryan.

Comment 2 Ryan C. Gordon 2007-07-21 09:34:20 UTC
Oh, this is in the trunk, since you mentioned SDL_compat. Whew. I was afraid for the 1.2.12 release for a moment there.   :)

--ryan.

Comment 3 kuon 2007-07-21 09:58:53 UTC
Yea, I picked SVN 1.3 in version.

1.2.12 is working fine for me.
Comment 4 Sam Lantinga 2009-12-03 01:02:15 UTC
I think this is fixed in the latest SDL 1.3 snapshot:
http://www.libsdl.org/tmp/SDL-1.3.zip

Can you give it a try and let me know if this is fixed?
Comment 5 kuon 2009-12-03 01:28:07 UTC
Hello sam.

Pfew, this bug is old.

I don't have the old code here.

I used my memory to build a testcase, and it works on my mac. So I guess this bug can be closed.
Comment 6 Sam Lantinga 2009-12-04 00:24:31 UTC
Thanks! :)