X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2Fosdl.h;h=3ca1bf5a4bd936f9b0c69de9b5b119453c2ebbd1;hb=090bcb85b9cebd193299c9e93f4de8c5888094f4;hp=2fc418c96270d07863af1d3a592771f2f7c32b83;hpb=b260fb56d8eb049e5dce95a92b5c1189ea29f8b4;p=sdl_omap.git diff --git a/src/video/omapdss/osdl.h b/src/video/omapdss/osdl.h index 2fc418c..3ca1bf5 100644 --- a/src/video/omapdss/osdl.h +++ b/src/video/omapdss/osdl.h @@ -48,9 +48,11 @@ struct SDL_PrivateVideoData { void *osdl_video_set_mode(struct SDL_PrivateVideoData *pdata, int border_l, int border_r, int border_t, int border_b, - int width, int height, int bpp, int *doublebuf); + int width, int height, int bpp, int *doublebuf, + const char *wm_title); void *osdl_video_flip(struct SDL_PrivateVideoData *pdata); int osdl_video_detect_screen(struct SDL_PrivateVideoData *pdata); +int osdl_video_pause(struct SDL_PrivateVideoData *pdata, int is_pause); void osdl_video_finish(struct SDL_PrivateVideoData *pdata); void omapsdl_input_init(void);