comparison src/video/directfb/SDL_DirectFB_video.c @ 259:80b647695abd

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Thu, 20 Dec 2001 22:46:09 +0000
parents e8157fcb3114
children 3ea69fd0b095
comparison
equal deleted inserted replaced
258:ada53483727a 259:80b647695abd
288 break; 288 break;
289 default: 289 default:
290 return -1; 290 return -1;
291 } 291 }
292 292
293 format->BitsPerPixel = BITS_PER_PIXEL(pixelformat); 293 format->BitsPerPixel = DFB_BITS_PER_PIXEL(pixelformat);
294 294
295 return 0; 295 return 0;
296 } 296 }
297 297
298 298