diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-25 09:52:01 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-04-25 09:52:01 +0000 |
commit | 9661a675e50a18e0a098a5644e275e7806e910a9 (patch) | |
tree | ee0d6e04a9ddd488afcc60bc59acee99e7481466 /libvo/sdl_common.h | |
parent | e0183c56b1f879a76788697f2a5ccfc02aa1d5e2 (diff) | |
download | mpv-9661a675e50a18e0a098a5644e275e7806e910a9.tar.bz2 mpv-9661a675e50a18e0a098a5644e275e7806e910a9.tar.xz |
Share SDL initialization code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31079 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sdl_common.h')
-rw-r--r-- | libvo/sdl_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sdl_common.h b/libvo/sdl_common.h index a0fa956db9..be9e254b31 100644 --- a/libvo/sdl_common.h +++ b/libvo/sdl_common.h @@ -28,6 +28,8 @@ #include <SDL.h> #endif +int vo_sdl_init(void); +void vo_sdl_uninit(void); void vo_sdl_fullscreen(void); int sdl_set_mode(int bpp, uint32_t flags); int sdl_default_handle_event(SDL_Event *event); |