Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 20, 2001
1 parent 5fdb546 commit 71f34b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -746,7 +746,7 @@ CheckDirectFB()
AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
fi

DIRECTFB_REQUIRED_VERSION=0.9.7
DIRECTFB_REQUIRED_VERSION=0.9.8

if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
Expand Down
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -290,7 +290,7 @@ static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelForm
return -1;
}

format->BitsPerPixel = BITS_PER_PIXEL(pixelformat);
format->BitsPerPixel = DFB_BITS_PER_PIXEL(pixelformat);

return 0;
}
Expand Down

0 comments on commit 71f34b1

Please sign in to comment.