stop force-doublebuf hack from interfering
[sdl_omap.git] / src / video / omapdss / omapsdl.h
index d6314d6..a681e0f 100644 (file)
@@ -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;