pub const SDL_HINT_VIDEO_X11_XRANDR: &[u8];
Expand description

A variable controlling whether the X11 XRandR extension should be used.

This variable can be set to the following values:

  • “0”: Disable XRandR
  • “1”: Enable XRandR

By default SDL will not use XRandR because of window manager issues.