comparison src/video/SDL_sysvideo.h @ 1682:7ae8018b2e5d SDL-1.3

Default palette entries to white, instead of black. More palettized video mode support...
author Sam Lantinga <slouken@libsdl.org>
date Fri, 16 Jun 2006 06:00:31 +0000
parents 80a5e6a4e1e2
children 396a35389351
comparison
equal deleted inserted replaced
1681:80a5e6a4e1e2 1682:7ae8018b2e5d
157 SDL_Renderer *current_renderer; 157 SDL_Renderer *current_renderer;
158 158
159 /* The hash list of textures */ 159 /* The hash list of textures */
160 SDL_Texture *textures[64]; 160 SDL_Texture *textures[64];
161 161
162 SDL_VideoDevice *device;
163
162 void *driverdata; 164 void *driverdata;
163 }; 165 };
164 166
165 /* Define the SDL video driver structure */ 167 /* Define the SDL video driver structure */
166 #define _THIS SDL_VideoDevice *_this 168 #define _THIS SDL_VideoDevice *_this