mirror of
https://github.com/yawut/SDL.git
synced 2026-04-19 15:17:23 -05:00
pandora: Fixed compile error.
This commit is contained in:
parent
68f7e898b7
commit
1cccf1aa0d
|
|
@ -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
Block a user