changeset 2257 | 340942cfda48 |
parent 2208 | b03710fb0333 |
child 2275 | 12ea0fdc0df2 |
1.1 --- a/include/SDL_pixels.h Thu Aug 16 22:56:18 2007 +0000 1.2 +++ b/include/SDL_pixels.h Fri Aug 17 00:54:53 2007 +0000 1.3 @@ -237,11 +237,6 @@ 1.4 Uint32 Gmask; 1.5 Uint32 Bmask; 1.6 Uint32 Amask; 1.7 - 1.8 - /* RGB color key information */ 1.9 - Uint32 colorkey; 1.10 - /* Alpha value information (per-surface alpha) */ 1.11 - Uint8 alpha; 1.12 } SDL_PixelFormat; 1.13 1.14 /**