summaryrefslogtreecommitdiffstats
path: root/libvo/sdl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 09:24:30 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 09:24:30 +0000
commit25b9185f17ea8ebb0cf167362ae9fed4d96165c2 (patch)
tree203128fc9a8eb31b163fdafc7084cd74e775adb8 /libvo/sdl_common.h
parent8b8fd879ac48ee1472facc04ac4daeaeff48c18f (diff)
downloadmpv-25b9185f17ea8ebb0cf167362ae9fed4d96165c2.tar.bz2
mpv-25b9185f17ea8ebb0cf167362ae9fed4d96165c2.tar.xz
Fullscreen support for -vo gl using SDL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sdl_common.h')
-rw-r--r--libvo/sdl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sdl_common.h b/libvo/sdl_common.h
index 7f4112276e..a0fa956db9 100644
--- a/libvo/sdl_common.h
+++ b/libvo/sdl_common.h
@@ -28,6 +28,7 @@
#include <SDL.h>
#endif
+void vo_sdl_fullscreen(void);
int sdl_set_mode(int bpp, uint32_t flags);
int sdl_default_handle_event(SDL_Event *event);