X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2Fosdl.h;h=ea5bce2c73c80df640840cc6bdb94a9604cd231e;hb=e1837b2c78d48d2811ff77e8702810b7620dd4f8;hp=12a6f6e49346aa7dd285bdd3dfec0d51078fa1a3;hpb=9ab462cd62f28e75898b20c6d9e31ad45a220d7d;p=sdl_omap.git diff --git a/src/video/omapdss/osdl.h b/src/video/omapdss/osdl.h index 12a6f6e..ea5bce2 100644 --- a/src/video/omapdss/osdl.h +++ b/src/video/omapdss/osdl.h @@ -38,10 +38,12 @@ struct SDL_PrivateVideoData { int ts_xmul, ts_ymul; /* misc/config */ unsigned int xenv_up:1; + unsigned int xenv_mouse:1; unsigned int app_uses_flip:1; unsigned int cfg_force_vsync:1; unsigned int cfg_force_doublebuf:1; unsigned int cfg_no_ts_translate:1; + unsigned int cfg_ts_force_tslib:1; }; void *osdl_video_set_mode(struct SDL_PrivateVideoData *pdata,