comparison vidix/savage_vid.c @ 25367:c84e99bead4b

rgb -> bgr
author ben
date Fri, 14 Dec 2007 18:15:34 +0000
parents d4fda3892e5b
children 8362d7605961
comparison
equal deleted inserted replaced
25366:42c182ff5066 25367:c84e99bead4b
330 static void SavageSetColorOld(void) 330 static void SavageSetColorOld(void)
331 { 331 {
332 332
333 333
334 if( 334 if(
335 (info->format == IMGFMT_RGB15) || 335 (info->format == IMGFMT_BGR15) ||
336 (info->format == IMGFMT_RGB16) 336 (info->format == IMGFMT_BGR16)
337 ) 337 )
338 { 338 {
339 OUTREG( COLOR_ADJUSTMENT_REG, 0 ); 339 OUTREG( COLOR_ADJUSTMENT_REG, 0 );
340 } 340 }
341 else 341 else