diff 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
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.c	Tue Dec 18 02:29:58 2001 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.c	Thu Dec 20 22:46:09 2001 +0000
@@ -290,7 +290,7 @@
       return -1;
     }
 
-  format->BitsPerPixel = BITS_PER_PIXEL(pixelformat);
+  format->BitsPerPixel = DFB_BITS_PER_PIXEL(pixelformat);
 
   return 0;
 }