diff include/SDL_pixels.h @ 2257:340942cfda48

Moved the colorkey and per-surface alpha into the blit info, in preparation for support for general color channel modulation. Removed and consolidated some data in the blit info.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Aug 2007 00:54:53 +0000
parents b03710fb0333
children 12ea0fdc0df2
line wrap: on
line diff
--- a/include/SDL_pixels.h	Thu Aug 16 22:56:18 2007 +0000
+++ b/include/SDL_pixels.h	Fri Aug 17 00:54:53 2007 +0000
@@ -237,11 +237,6 @@
     Uint32 Gmask;
     Uint32 Bmask;
     Uint32 Amask;
-
-    /* RGB color key information */
-    Uint32 colorkey;
-    /* Alpha value information (per-surface alpha) */
-    Uint8 alpha;
 } SDL_PixelFormat;
 
 /**