comparison 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
comparison
equal deleted inserted replaced
4149:2325dd996f73 4150:1019eb074a56
87 MONITOR_VGA, 87 MONITOR_VGA,
88 MONITOR_RGB 88 MONITOR_RGB
89 }; 89 };
90 90
91 /* EgetShift masks */ 91 /* EgetShift masks */
92 #define ES_BANK 0x000f
93 #define ES_MODE 0x0700 92 #define ES_MODE 0x0700
94 #define ES_GRAY 0x1000
95 #define ES_SMEAR 0x8000
96 93
97 /* TT shifter modes */ 94 /* TT shifter modes */
95 #ifndef ST_LOW
98 #define ST_LOW 0x0000 96 #define ST_LOW 0x0000
99 #define ST_MED 0x0100 97 #define ST_MED 0x0100
100 #define ST_HIGH 0x0200 98 #define ST_HIGH 0x0200
101 #define TT_LOW 0x0700 99 #define TT_LOW 0x0700
102 #define TT_MED 0x0300 100 #define TT_MED 0x0300
103 #define TT_HIGH 0x0600 101 #define TT_HIGH 0x0600
102 #endif
104 103
105 /* Hidden structure -> variables names */ 104 /* Hidden structure -> variables names */
106 #define SDL_modelist (this->hidden->SDL_modelist) 105 #define SDL_modelist (this->hidden->SDL_modelist)
107 #define XBIOS_mutex (this->hidden->mutex) 106 #define XBIOS_mutex (this->hidden->mutex)
108 #define XBIOS_cvdo (this->hidden->cookie_vdo) 107 #define XBIOS_cvdo (this->hidden->cookie_vdo)