Mercurial > sdl-ios-xcode
diff src/video/photon/SDL_photon.h @ 3387:05499ec8c022
Initial support for fullscreen application modes.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Mon, 12 Oct 2009 19:47:01 +0000 |
parents | fff074de9675 |
children | f7b03b6838cb |
line wrap: on
line diff
--- a/src/video/photon/SDL_photon.h Mon Oct 12 11:45:01 2009 +0000 +++ b/src/video/photon/SDL_photon.h Mon Oct 12 19:47:01 2009 +0000 @@ -83,6 +83,7 @@ SDL_bool cursor_visible; /* SDL_TRUE if cursor visible */ uint32_t cursor_size; /* Cursor size in memory w/ structure */ uint32_t mode_2dcaps; /* Current video mode 2D capabilities */ + SDL_bool direct_mode; /* Direct mode state */ #if defined(SDL_VIDEO_OPENGL_ES) gf_display_t display; /* GF display handle */ gf_display_info_t display_info; /* GF display information */