comparison src/video/xbios/SDL_xbios.h @ 1042:0e7218843cfb

Dynamically create list of video modes, easier to add new ones
author Patrice Mandin <patmandin@gmail.com>
date Mon, 07 Mar 2005 10:00:58 +0000
parents 475166d13b44
children fba6b67b4d60
comparison
equal deleted inserted replaced
1041:af92ee34b3e2 1042:0e7218843cfb
122 #define XBIOS_fbnum (this->hidden->frame_number) 122 #define XBIOS_fbnum (this->hidden->frame_number)
123 #define XBIOS_pitch (this->hidden->pitch) 123 #define XBIOS_pitch (this->hidden->pitch)
124 #define XBIOS_width (this->hidden->width) 124 #define XBIOS_width (this->hidden->width)
125 #define XBIOS_height (this->hidden->height) 125 #define XBIOS_height (this->hidden->height)
126 126
127 /*--- Functions prototypes ---*/
128
129 void SDL_XBIOS_AddMode(_THIS, Uint16 modecode, Uint16 width, Uint16 height,
130 Uint16 depth, SDL_bool flags);
131
127 #endif /* _SDL_xbios_h */ 132 #endif /* _SDL_xbios_h */