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 - SDL_VIDEO_ALLOW_SCREENSAVER broken for X11?
Summary: SDL_VIDEO_ALLOW_SCREENSAVER broken for X11?
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 1.2.12
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-28 08:28 UTC by Torbjörn Andersson
Modified: 2007-12-29 13:42 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 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!