mirror of https://github.com/encounter/SDL.git
pandora: Fixed compile error.
This commit is contained in:
parent
fa73685df8
commit
0b750cd9d5
|
@ -92,7 +92,7 @@ SDL_GLContext PND_gl_createcontext(_THIS, SDL_Window * window);
|
|||
int PND_gl_makecurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
||||
int PND_gl_setswapinterval(_THIS, int interval);
|
||||
int PND_gl_getswapinterval(_THIS);
|
||||
void PND_gl_swapwindow(_THIS, SDL_Window * window);
|
||||
int PND_gl_swapwindow(_THIS, SDL_Window * window);
|
||||
void PND_gl_deletecontext(_THIS, SDL_GLContext context);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue