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 510

Summary: SDL_VIDEO_ALLOW_SCREENSAVER broken for X11?
Product: SDL Reporter: Torbjörn Andersson <eriktorbjorn>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.12   
Hardware: x86   
OS: Linux   

Description Torbjörn Andersson 2007-10-28 08:28:12 UTC
The SDL_VIDEO_ALLOW_SCREENSAVER environment variable was added for SDL 1.2.12, but does it really work as intended for X11? By the time X11_VideoInit() reads the environment variable, it has already disabled the screensaver.
Comment 1 Sam Lantinga 2007-12-29 13:42:11 UTC
Oops!  Fixed with revision 3497.  Thanks!