summaryrefslogtreecommitdiffstats
path: root/libvo/sdl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sdl_common.h')
-rw-r--r--libvo/sdl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sdl_common.h b/libvo/sdl_common.h
index b83161bfc1..7f4112276e 100644
--- a/libvo/sdl_common.h
+++ b/libvo/sdl_common.h
@@ -27,6 +27,8 @@
#else
#include <SDL.h>
#endif
+
+int sdl_set_mode(int bpp, uint32_t flags);
int sdl_default_handle_event(SDL_Event *event);
#endif