mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 07:48:42 +00:00
Added SDL_HINT_X11_XCB_LIBRARY
This commit is contained in:
parent
175f28f59f
commit
997df06320
2 changed files with 13 additions and 2 deletions
|
|
@ -3862,6 +3862,17 @@ extern "C" {
|
|||
*/
|
||||
#define SDL_HINT_X11_WINDOW_TYPE "SDL_X11_WINDOW_TYPE"
|
||||
|
||||
/**
|
||||
* Specify the XCB library to load for the X11 driver.
|
||||
*
|
||||
* This defaults to "libX11-xcb.so"
|
||||
*
|
||||
* This hint should be set before initializing the video subsystem.
|
||||
*
|
||||
* \since This hint is available since SDL 3.0.0.
|
||||
*/
|
||||
#define SDL_HINT_X11_XCB_LIBRARY "SDL_X11_XCB_LIBRARY"
|
||||
|
||||
/**
|
||||
* A variable controlling whether XInput should be used for controller
|
||||
* handling.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue