SDL_HINT_X11_XCB_LIBRARY

Specify the XCB library to load for the X11 driver.

The default is platform-specific, often "libX11-xcb.so.1".

This hint should be set before initializing the video subsystem.

extern (C) nothrow @nogc
enum SDL_HINT_X11_XCB_LIBRARY = "SDL_X11_XCB_LIBRARY";

Meta