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 742

Summary: Specifying full screen does not change the actual screen resolution
Product: SDL Reporter: phpfreaked9
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows Vista   
Attachments: code snippet

Description phpfreaked9 2009-05-17 06:00:45 UTC
Created attachment 326 [details]
code snippet

Under windows, specifying full screen does not the actual screen resolution, this is the result of the code not being implemented. I wrote the snippet in the attachment that should be able to fix it.

Additionally with this fix I would like to see reflected that:
The actual resolution change get's implemented when the actual sdl window is shown. Reason: some games/application use an splashscreen to indicate the sdl window is initialing.
Comment 1 Sam Lantinga 2009-10-10 12:29:42 UTC
Yep, fullscreen modes are not yet implemented.  They're the next big thing on the TODO list.

Thanks!
Comment 2 Sam Lantinga 2009-12-14 22:57:26 UTC
This should be fixed in the current snapshot:
http://www.libsdl.org/tmp/SDL-1.3.zip