pandora: Fixed compile error.
This commit is contained in:
parent
fa73685df8
commit
0b750cd9d5
1 changed files with 1 additions and 1 deletions
|
@ -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_makecurrent(_THIS, SDL_Window * window, SDL_GLContext context);
|
||||||
int PND_gl_setswapinterval(_THIS, int interval);
|
int PND_gl_setswapinterval(_THIS, int interval);
|
||||||
int PND_gl_getswapinterval(_THIS);
|
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);
|
void PND_gl_deletecontext(_THIS, SDL_GLContext context);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue