From 0b750cd9d557d506a520cc68831736708ac6c677 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 16 Jun 2017 23:30:38 +0200 Subject: [PATCH] pandora: Fixed compile error. --- src/video/pandora/SDL_pandora.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/pandora/SDL_pandora.h b/src/video/pandora/SDL_pandora.h index 209b864f4..d4dd9bcd3 100644 --- a/src/video/pandora/SDL_pandora.h +++ b/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);