comparison 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
comparison
equal deleted inserted replaced
3386:fff074de9675 3387:05499ec8c022
81 uint32_t caps; /* Device capabilities */ 81 uint32_t caps; /* Device capabilities */
82 PhCursorDef_t *cursor; /* Global cursor settings */ 82 PhCursorDef_t *cursor; /* Global cursor settings */
83 SDL_bool cursor_visible; /* SDL_TRUE if cursor visible */ 83 SDL_bool cursor_visible; /* SDL_TRUE if cursor visible */
84 uint32_t cursor_size; /* Cursor size in memory w/ structure */ 84 uint32_t cursor_size; /* Cursor size in memory w/ structure */
85 uint32_t mode_2dcaps; /* Current video mode 2D capabilities */ 85 uint32_t mode_2dcaps; /* Current video mode 2D capabilities */
86 SDL_bool direct_mode; /* Direct mode state */
86 #if defined(SDL_VIDEO_OPENGL_ES) 87 #if defined(SDL_VIDEO_OPENGL_ES)
87 gf_display_t display; /* GF display handle */ 88 gf_display_t display; /* GF display handle */
88 gf_display_info_t display_info; /* GF display information */ 89 gf_display_info_t display_info; /* GF display information */
89 #endif /* SDL_VIDEO_OPENGL_ES */ 90 #endif /* SDL_VIDEO_OPENGL_ES */
90 } SDL_DisplayData; 91 } SDL_DisplayData;