mirror of https://github.com/encounter/SDL.git
Fixed X11 OpenGL ES build
This commit is contained in:
parent
fed8cbcdb6
commit
7a39681ea5
|
@ -46,7 +46,7 @@ typedef struct SDL_PrivateGLESData
|
||||||
extern int X11_GLES_LoadLibrary(_THIS, const char *path);
|
extern int X11_GLES_LoadLibrary(_THIS, const char *path);
|
||||||
extern XVisualInfo *X11_GLES_GetVisual(_THIS, Display * display, int screen);
|
extern XVisualInfo *X11_GLES_GetVisual(_THIS, Display * display, int screen);
|
||||||
extern SDL_GLContext X11_GLES_CreateContext(_THIS, SDL_Window * window);
|
extern SDL_GLContext X11_GLES_CreateContext(_THIS, SDL_Window * window);
|
||||||
extern void X11_GLES_SwapWindow(_THIS, SDL_Window * window);
|
extern int X11_GLES_SwapWindow(_THIS, SDL_Window * window);
|
||||||
extern int X11_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
extern int X11_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_OPENGL_EGL */
|
#endif /* SDL_VIDEO_OPENGL_EGL */
|
||||||
|
|
Loading…
Reference in New Issue