diff libvo/sdl_common.h @ 31033:8d1080e9c92d

Window resizing support for -vo gl with SDL backend.
author reimar
date Sun, 25 Apr 2010 08:35:35 +0000
parents 362425fe3de8
children 5aae99fd6ca7
line wrap: on
line diff
--- a/libvo/sdl_common.h	Sun Apr 25 08:17:23 2010 +0000
+++ b/libvo/sdl_common.h	Sun Apr 25 08:35:35 2010 +0000
@@ -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