|
⇤ ← Revision 1 as of 2014-02-15 22:17:44
Size: 1256
Comment: Created page using content from SDL_hints.h.
|
← Revision 2 as of 2014-07-27 08:56:13 ⇥
Size: 1171
Comment: Added to remarks (answer to Feedback).
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 33: | Line 33: |
| ''You can add useful comments here'' | 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 |
| Line 35: | Line 35: |
| ##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. |
DRAFT |
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
You can add your code example here
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
