comparison libvo/sdl_common.h @ 34812:f2274219a79c

Fix -fs with SDL-based vo gl.
author reimar
date Mon, 14 May 2012 20:24:43 +0000
parents f1a31e5fc35f
children
comparison
equal deleted inserted replaced
34811:57eee2db5fe7 34812:f2274219a79c
29 #include <SDL.h> 29 #include <SDL.h>
30 #endif 30 #endif
31 31
32 int vo_sdl_init(void); 32 int vo_sdl_init(void);
33 void vo_sdl_uninit(void); 33 void vo_sdl_uninit(void);
34 int vo_sdl_config(int w, int h, int flags, const char *title);
34 void vo_sdl_fullscreen(void); 35 void vo_sdl_fullscreen(void);
35 SDL_Surface *sdl_set_mode(int bpp, uint32_t flags); 36 SDL_Surface *sdl_set_mode(int bpp, uint32_t flags);
36 int sdl_default_handle_event(SDL_Event *event); 37 int sdl_default_handle_event(SDL_Event *event);
37 38
38 #endif /* MPLAYER_SDL_COMMON_H */ 39 #endif /* MPLAYER_SDL_COMMON_H */