|
@@ -187,15 +187,18 @@ typedef unsigned int uintptr_t;
|
|
#define SDL_VIDEO_OPENGL_EGL 1
|
|
#define SDL_VIDEO_OPENGL_EGL 1
|
|
#endif
|
|
#endif
|
|
#ifndef SDL_VIDEO_OPENGL
|
|
#ifndef SDL_VIDEO_OPENGL
|
|
-#define SDL_VIDEO_OPENGL 0
|
|
|
|
|
|
+#define SDL_VIDEO_OPENGL 1
|
|
#endif
|
|
#endif
|
|
#ifndef SDL_VIDEO_OPENGL_WGL
|
|
#ifndef SDL_VIDEO_OPENGL_WGL
|
|
-#define SDL_VIDEO_OPENGL_WGL 0
|
|
|
|
|
|
+#define SDL_VIDEO_OPENGL_WGL 1
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* Render support */
|
|
/* Render support */
|
|
#ifndef SDL_VIDEO_RENDER_OGL_ES2
|
|
#ifndef SDL_VIDEO_RENDER_OGL_ES2
|
|
-#define SDL_VIDEO_RENDER_OGL_ES2 1
|
|
|
|
|
|
+#define SDL_VIDEO_RENDER_OGL_ES2 0
|
|
|
|
+#endif
|
|
|
|
+#ifndef SDL_VIDEO_RENDER_OGL
|
|
|
|
+#define SDL_VIDEO_RENDER_OGL 0
|
|
#endif
|
|
#endif
|
|
#ifndef SDL_VIDEO_RENDER_D3D
|
|
#ifndef SDL_VIDEO_RENDER_D3D
|
|
#define SDL_VIDEO_RENDER_D3D 0
|
|
#define SDL_VIDEO_RENDER_D3D 0
|
|
@@ -203,9 +206,6 @@ typedef unsigned int uintptr_t;
|
|
#ifndef SDL_VIDEO_RENDER_D3D11
|
|
#ifndef SDL_VIDEO_RENDER_D3D11
|
|
#define SDL_VIDEO_RENDER_D3D11 0
|
|
#define SDL_VIDEO_RENDER_D3D11 0
|
|
#endif
|
|
#endif
|
|
-#ifndef SDL_VIDEO_RENDER_OGL
|
|
|
|
-#define SDL_VIDEO_RENDER_OGL 0
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
/* Enable system power support */
|
|
/* Enable system power support */
|
|
#define SDL_POWER_WINDOWS 1
|
|
#define SDL_POWER_WINDOWS 1
|