|
@@ -1835,20 +1835,6 @@ extern "C" {
|
|
|
*/
|
|
|
#define SDL_HINT_VIDEO_FORCE_EGL "SDL_VIDEO_FORCE_EGL"
|
|
|
|
|
|
-/**
|
|
|
- * \brief A variable controlling whether X11 should use GLX or EGL by default
|
|
|
- *
|
|
|
- * This variable can be set to the following values:
|
|
|
- * "0" - Use GLX
|
|
|
- * "1" - Use EGL
|
|
|
- *
|
|
|
- * By default SDL will use GLX when both are present.
|
|
|
- *
|
|
|
- * \deprecated Use the platform-agnostic SDL_HINT_VIDEO_FORCE_EGL hint instead.
|
|
|
- *
|
|
|
- */
|
|
|
-#define SDL_HINT_VIDEO_X11_FORCE_EGL "SDL_VIDEO_X11_FORCE_EGL"
|
|
|
-
|
|
|
/**
|
|
|
* \brief A variable controlling whether the X11 _NET_WM_BYPASS_COMPOSITOR hint should be used.
|
|
|
*
|
|
@@ -1881,15 +1867,6 @@ extern "C" {
|
|
|
*/
|
|
|
#define SDL_HINT_VIDEO_X11_WINDOW_VISUALID "SDL_VIDEO_X11_WINDOW_VISUALID"
|
|
|
|
|
|
-/**
|
|
|
- * \brief A no-longer-used variable controlling whether the X11 Xinerama extension should be used.
|
|
|
- *
|
|
|
- * Before SDL 2.0.24, this would let apps and users disable Xinerama support on X11.
|
|
|
- * Now SDL never uses Xinerama, and does not check for this hint at all.
|
|
|
- * The preprocessor define is left here for source compatibility.
|
|
|
- */
|
|
|
-#define SDL_HINT_VIDEO_X11_XINERAMA "SDL_VIDEO_X11_XINERAMA"
|
|
|
-
|
|
|
/**
|
|
|
* \brief A variable controlling whether the X11 XRandR extension should be used.
|
|
|
*
|
|
@@ -1901,15 +1878,6 @@ extern "C" {
|
|
|
*/
|
|
|
#define SDL_HINT_VIDEO_X11_XRANDR "SDL_VIDEO_X11_XRANDR"
|
|
|
|
|
|
-/**
|
|
|
- * \brief A no-longer-used variable controlling whether the X11 VidMode extension should be used.
|
|
|
- *
|
|
|
- * Before SDL 2.0.24, this would let apps and users disable XVidMode support on X11.
|
|
|
- * Now SDL never uses XVidMode, and does not check for this hint at all.
|
|
|
- * The preprocessor define is left here for source compatibility.
|
|
|
- */
|
|
|
-#define SDL_HINT_VIDEO_X11_XVIDMODE "SDL_VIDEO_X11_XVIDMODE"
|
|
|
-
|
|
|
/**
|
|
|
* \brief Controls how the fact chunk affects the loading of a WAVE file.
|
|
|
*
|