Skip to content

Commit

Permalink
Updated for DirectDB 0.9.15 (thanks Denis!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 17, 2002
1 parent b2eaff3 commit 62d0239
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 @@ -783,7 +783,7 @@ CheckDirectFB()
AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
fi

DIRECTFB_REQUIRED_VERSION=0.9.14
DIRECTFB_REQUIRED_VERSION=0.9.15

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 @@ -394,7 +394,7 @@ int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat)
goto error;
}

ret = dfb->CreateEventBuffer (dfb, DICAPS_ALL, &events);
ret = dfb->CreateInputEventBuffer (dfb, DICAPS_ALL, DFB_FALSE, &events);
if (ret)
{
SetDirectFBerror ("dfb->CreateEventBuffer", ret);
Expand Down

0 comments on commit 62d0239

Please sign in to comment.