diff include/SDL_pixels.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/include/SDL_pixels.h	Thu Jun 15 07:07:07 2006 +0000
+++ b/include/SDL_pixels.h	Fri Jun 16 06:00:31 2006 +0000
@@ -114,7 +114,7 @@
      (SDL_PIXELTYPE(format) == SDL_PixelType_Index8))
 
 #define SDL_ISPIXELFORMAT_FOURCC(format)    \
-    ((format) && !((format) & 0x8000000))
+    ((format) && !((format) & 0x80000000))
 
 enum
 {