diff 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
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Thu Jun 15 07:07:07 2006 +0000
+++ b/src/video/SDL_sysvideo.h	Fri Jun 16 06:00:31 2006 +0000
@@ -159,6 +159,8 @@
     /* The hash list of textures */
     SDL_Texture *textures[64];
 
+    SDL_VideoDevice *device;
+
     void *driverdata;
 };