Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios.h @ 4150:1019eb074a56 SDL-1.2
Check defines do not already exist in recent system headers
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 20:55:45 +0000 |
parents | d910939febfa |
children | a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.h Thu Aug 07 20:38:35 2008 +0000 +++ b/src/video/xbios/SDL_xbios.h Thu Aug 07 20:55:45 2008 +0000 @@ -89,18 +89,17 @@ }; /* EgetShift masks */ -#define ES_BANK 0x000f #define ES_MODE 0x0700 -#define ES_GRAY 0x1000 -#define ES_SMEAR 0x8000 /* TT shifter modes */ +#ifndef ST_LOW #define ST_LOW 0x0000 #define ST_MED 0x0100 #define ST_HIGH 0x0200 #define TT_LOW 0x0700 #define TT_MED 0x0300 #define TT_HIGH 0x0600 +#endif /* Hidden structure -> variables names */ #define SDL_modelist (this->hidden->SDL_modelist)