X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2Fomapsdl.h;h=5e737823623bcee9ddd594006ab29a53d7b8aa21;hb=f9b3f440374c61339a12046b226066658e313065;hp=bd5c109434e5bae0ee461bb538d554f29f4b043e;hpb=bade64ac0ba648739281a9ece6dffd0bef72a2b0;p=sdl_omap.git diff --git a/src/video/omapdss/omapsdl.h b/src/video/omapdss/omapsdl.h index bd5c109..5e73782 100644 --- a/src/video/omapdss/omapsdl.h +++ b/src/video/omapdss/omapsdl.h @@ -29,7 +29,7 @@ struct SDL_PrivateVideoData { struct vout_fbdev *fbdev; void *saved_layer; int screen_w, screen_h; - unsigned int oshide_done:1; + unsigned int xenv_up:1; }; int osdl_video_set_mode(struct SDL_PrivateVideoData *pdata, int width, int height, int bpp);