X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=sdl_omap.git;a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2Fomapsdl.h;h=a681e0fab730f624a61ddece32f48ce840e6a5fc;hp=d6314d6f42abd28881917da0b7bbfdb0e9ae2d8b;hb=9225e894f5e5f4595741065701978ef6730213a2;hpb=371f4cfdab9f3415920c78c2e670d6f4662f2b3c diff --git a/src/video/omapdss/omapsdl.h b/src/video/omapdss/omapsdl.h index d6314d6..a681e0f 100644 --- a/src/video/omapdss/omapsdl.h +++ b/src/video/omapdss/omapsdl.h @@ -38,6 +38,7 @@ struct SDL_PrivateVideoData { int ts_xmul, ts_ymul; /* misc/config */ unsigned int xenv_up: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;