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 232

Summary: Slight error in docs/html/sdlenvvars.html
Product: SDL Reporter: Torbjörn Andersson <eriktorbjorn>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: 1.2.10   
Hardware: All   
OS: All   

Description Torbjörn Andersson 2006-05-18 04:58:23 UTC
(I should probably have specified SDL 1.2.10 as version, but that's not yet an option and it appears to still be in SVN.)

The file docs/html/sdlenvvars.html says that the environment variable SDL_VIDEO_X11_NO_XRANDR can be used to disable XRandR support, and for all I know this may have been the original plan. However, according to the SDL 1.2.10 release notes, the variable is called SDL_VIDEO_X11_XRANDR and is used to enable XRandR.

The CheckXRandR() function in src/video/x11/SDL_x11modes.c agrees with the release notes.