#pragma section-numbers off #pragma camelcase off || DRAFT|| ##*^*^*^*^*See http://wiki.libsdl.org/moin.cgi/SGEnumerations for details on editing this page*^*^*^*^* = SDL_HINT_VIDEO_X11_XRANDR = A hint that specifies whether the X11 XRandR extension should be used. <> == Values == ||0||disable XRandR|| ||1||enable XRandR|| == Default == By default SDL will not use XRandR because of window manager issues. == Code Examples == {{{#!highlight cpp You can add your code example here }}} ##Leave this section as-is unless you have a code example to put in. In that case, replace You can add your code example here with your code example following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. == Remarks == For details about the referenced window manager issues see the following message (and its thread) on the SDL mailing list: http://lists.libsdl.org/pipermail/sdl-libsdl.org/2012-October/651919.html ---- [[CategoryDefine]], [[CategoryHints]] ##See the Style Guide for instructions on editing the footer.