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 472

Summary: Error when using SDL_WINDOWID and full screen
Product: SDL Reporter: Leniad <leniad2>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 1.2.12   
Hardware: x86   
OS: Windows (All)   
URL: http://leniad.cjb.net

Description Leniad 2007-07-29 13:03:23 UTC
Hello!
I'm leniad programmer of DSP emulator. I'm using SDL for video, keyboard and joystick tasks.
Now I'm ussing 'SDL_WINDOWID' to set the video to a child window, and 'windib' as defalut, and everithing is OK.
But when I try to set full screen, everithing looks wrong. When I go back to a window screen, everithing looks right again.
You can test this in my emulator, Spectrum driver and pressing F6. Source and binary are available.
Thank you!
Comment 1 Sam Lantinga 2009-09-20 22:50:08 UTC
I don't know that this is possible to fix for SDL 1.2.  Once fullscreen support is implemented in SDL 1.3, please give it a try there.  The video system has been completely rewritten to make it easier to do this sort of thing in 1.3.