diff src/video/photon/SDL_photon_render.h @ 3383:90935231e9b6

Continue working on 2D support in Photon
author Mike Gorchak <lestat@i.com.ua>
date Sun, 11 Oct 2009 18:45:39 +0000
parents dd105b317335
children 05499ec8c022
line wrap: on
line diff
--- a/src/video/photon/SDL_photon_render.h	Sun Oct 11 10:38:38 2009 +0000
+++ b/src/video/photon/SDL_photon_render.h	Sun Oct 11 18:45:39 2009 +0000
@@ -55,6 +55,10 @@
 
 typedef struct SDL_TextureData
 {
+   uint32_t surface_type;
+   PdOffscreenContext_t* osurface;
+   PhImage_t* psurface;
+   PmMemoryContext_t* pcontext;
 } SDL_TextureData;
 
 extern void photon_addrenderdriver(_THIS);