comparison src/video/xbios/SDL_xbios_blowup.c @ 2036:12ef90a41631

Pfiou, all of it to update, faster to rewrite from scratch?
author Patrice Mandin <patmandin@gmail.com>
date Fri, 22 Sep 2006 21:52:20 +0000
parents c121d94672cb
children 0e751c1f83f5
comparison
equal deleted inserted replaced
2035:c848c18684ab 2036:12ef90a41631
55 || ((blow_mode->monitor == MONITOR_TV) 55 || ((blow_mode->monitor == MONITOR_TV)
56 && (cookie_blow->montype == MONITOR_RGB)) 56 && (cookie_blow->montype == MONITOR_RGB))
57 || ((blow_mode->monitor == MONITOR_RGB) 57 || ((blow_mode->monitor == MONITOR_RGB)
58 && (cookie_blow->montype == MONITOR_TV))) { 58 && (cookie_blow->montype == MONITOR_TV))) {
59 /* we can use this extended mode */ 59 /* we can use this extended mode */
60 SDL_XBIOS_AddMode(this, 60 SDL_XBIOS_AddMode(_this,
61 num_mode == 3 ? BPS8 : BPS16, 61 num_mode == 3 ? BPS8 : BPS16,
62 blow_mode->width + 1, 62 blow_mode->width + 1,
63 blow_mode->height + 1, 63 blow_mode->height + 1,
64 num_mode == 3 ? 8 : 16, SDL_FALSE); 64 num_mode == 3 ? 8 : 16, SDL_FALSE);
65 } 65 }