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 - Error when using SDL_WINDOWID and full screen
Summary: Error when using SDL_WINDOWID and full screen
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.12
Hardware: x86 Windows (All)
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL: http://leniad.cjb.net
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-29 13:03 UTC by Leniad
Modified: 2009-09-20 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.