comparison src/video/xbios/SDL_xbios_blowup.c @ 2188:0e751c1f83f5

Disable video extensions atm
author Patrice Mandin <patmandin@gmail.com>
date Fri, 13 Jul 2007 22:52:53 +0000
parents 12ef90a41631
children 99210400e8b9
comparison
equal deleted inserted replaced
2187:0b24732b1134 2188:0e751c1f83f5
33 #include "SDL_xbios_blowup.h" 33 #include "SDL_xbios_blowup.h"
34 34
35 void 35 void
36 SDL_XBIOS_BlowupInit(_THIS, blow_cookie_t * cookie_blow) 36 SDL_XBIOS_BlowupInit(_THIS, blow_cookie_t * cookie_blow)
37 { 37 {
38 #if 0
38 int i, num_mode, bank; 39 int i, num_mode, bank;
39 blow_mode_t *blow_mode; 40 blow_mode_t *blow_mode;
40 41
41 /* Add bit 15 for old modes */ 42 /* Add bit 15 for old modes */
42 for (i = 0; i < XBIOS_nummodes; i++) { 43 for (i = 0; i < XBIOS_nummodes; i++) {
63 blow_mode->height + 1, 64 blow_mode->height + 1,
64 num_mode == 3 ? 8 : 16, SDL_FALSE); 65 num_mode == 3 ? 8 : 16, SDL_FALSE);
65 } 66 }
66 } 67 }
67 } 68 }
69 #endif
68 } 70 }
69 71
70 /* vi: set ts=4 sw=4 expandtab: */ 72 /* vi: set ts=4 sw=4 expandtab: */