comparison Gui/wm/ws.c @ 2782:b52d3e6ff4ab

app michale's rgb32tobgr32
author pontscho
date Fri, 09 Nov 2001 13:05:55 +0000
parents 4dddb055d2cd
children b64fa5d25142
comparison
equal deleted inserted replaced
2781:bd851a5afcb3 2782:b52d3e6ff4ab
243 break; 243 break;
244 case wsBGR32: 244 case wsBGR32:
245 #ifdef DEBUG 245 #ifdef DEBUG
246 fprintf( stderr,"rgb32 to bgr32\n" ); 246 fprintf( stderr,"rgb32 to bgr32\n" );
247 #endif 247 #endif
248 wsConvFunc=BGR8880_to_BGR8880_c; 248 // wsConvFunc=BGR8880_to_BGR8880_c;
249 wsConvFunc=rgb32tobgr32;
249 break; 250 break;
250 case wsRGB24: 251 case wsRGB24:
251 #ifdef DEBUG 252 #ifdef DEBUG
252 fprintf( stderr,"rgb32 to rgb24\n" ); 253 fprintf( stderr,"rgb32 to rgb24\n" );
253 #endif 254 #endif