Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios_blowup.h @ 4194:05c9e942cc46 SDL-1.2
Preliminary work to support the Milan video bios, that will gives access to 24 or 32 bpp modes. I used the svga driver as model to dynamically build video modes list.
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 19 Sep 2009 12:46:00 +0000 |
parents | a1b03ba2fcd0 |
children |
comparison
equal
deleted
inserted
replaced
4193:430e6690c4cd | 4194:05c9e942cc46 |
---|---|
79 unsigned short montype; | 79 unsigned short montype; |
80 } __attribute__((packed)) blow_cookie_t; | 80 } __attribute__((packed)) blow_cookie_t; |
81 | 81 |
82 /*--- Functions prototypes ---*/ | 82 /*--- Functions prototypes ---*/ |
83 | 83 |
84 void SDL_XBIOS_BlowupInit(_THIS, blow_cookie_t *cookie_blow); | 84 void SDL_XBIOS_ListBlowupModes(_THIS, int actually_add, blow_cookie_t *cookie_blow); |
85 | 85 |
86 #endif /* _SDL_xbios_blowup_h */ | 86 #endif /* _SDL_xbios_blowup_h */ |