summaryrefslogtreecommitdiffstats
path: root/libvo/sdl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 08:35:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 08:35:35 +0000
commita83117e972f528ceead87b70b249a5e233d4f13b (patch)
tree8ee3221cc24de7e9e23df13cfe2b4342c97e06cd /libvo/sdl_common.h
parent7c2bef4bb5a3275dc2e3fb75dfeb03ac1f1b5755 (diff)
downloadmpv-a83117e972f528ceead87b70b249a5e233d4f13b.tar.bz2
mpv-a83117e972f528ceead87b70b249a5e233d4f13b.tar.xz
Window resizing support for -vo gl with SDL backend.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31075 b3059339-0415-0410-9bf9-f77b7e298cf2
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