summaryrefslogtreecommitdiff
path: root/src/unix/sdl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/sdl/video.h')
-rw-r--r--src/unix/sdl/video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unix/sdl/video.h b/src/unix/sdl/video.h
index f86dc4a..20d7173 100644
--- a/src/unix/sdl/video.h
+++ b/src/unix/sdl/video.h
@@ -46,3 +46,7 @@ qboolean VID_SDL_Init(void);
void VID_SDL_Shutdown(void);
qboolean VID_SDL_SetMode(int flags, int forcedepth);
void VID_SDL_SurfaceChanged(void);
+
+#if USE_X11
+void VID_GLX_SurfaceChanged(void);
+#endif