Skip to content

Commit

Permalink
pandora: Fixed compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 16, 2017
1 parent fa73685 commit 0b750cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/pandora/SDL_pandora.h
Expand Up @@ -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);


Expand Down

0 comments on commit 0b750cd

Please sign in to comment.