Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed X11 OpenGL ES build
  • Loading branch information
slouken committed Dec 9, 2016
1 parent fed8cbc commit 7a39681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11opengles.h
Expand Up @@ -46,7 +46,7 @@ typedef struct SDL_PrivateGLESData
extern int X11_GLES_LoadLibrary(_THIS, const char *path);
extern XVisualInfo *X11_GLES_GetVisual(_THIS, Display * display, int screen);
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);

#endif /* SDL_VIDEO_OPENGL_EGL */
Expand Down

0 comments on commit 7a39681

Please sign in to comment.