Browse Source

pandora: Fixed compile error.

Philipp Wiesemann 7 years ago
parent
commit
0b750cd9d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/pandora/SDL_pandora.h

+ 1 - 1
src/video/pandora/SDL_pandora.h

@@ -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);