diff src/video/photon/SDL_photon_render.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 90935231e9b6
children d6b79fc83362
line wrap: on
line diff
--- a/src/video/photon/SDL_photon_render.h	Mon Oct 12 11:45:01 2009 +0000
+++ b/src/video/photon/SDL_photon_render.h	Mon Oct 12 19:47:01 2009 +0000
@@ -48,6 +48,7 @@
     uint32_t window_width;              /* Last active window width           */
     uint32_t window_height;             /* Last active window height          */
     PhGC_t* gc;                         /* Graphics context                   */
+    SDL_bool direct_mode;               /* Direct Mode state                  */
     PdOffscreenContext_t* osurfaces[SDL_PHOTON_MAX_SURFACES];
     PhImage_t* psurfaces[SDL_PHOTON_MAX_SURFACES];
     PmMemoryContext_t* pcontexts[SDL_PHOTON_MAX_SURFACES];