[][src]Constant fermium::hints::SDL_HINT_VIDEO_X11_XINERAMA

pub const SDL_HINT_VIDEO_X11_XINERAMA: &[u8];

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

This variable can be set to the following values:

  • "0": Disable Xinerama
  • "1": Enable Xinerama

By default SDL will use Xinerama if it is available.