Commit 57f5a828 authored by Sam Lantinga's avatar Sam Lantinga

Updated for DirectDB 0.9.15 (thanks Denis!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40547
parent 83cb8c4a
...@@ -783,7 +783,7 @@ CheckDirectFB() ...@@ -783,7 +783,7 @@ CheckDirectFB()
AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.]) AC_MSG_ERROR([*** pkg-config too old; version 0.7 or better required.])
fi fi
DIRECTFB_REQUIRED_VERSION=0.9.14 DIRECTFB_REQUIRED_VERSION=0.9.15
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
......
...@@ -394,7 +394,7 @@ int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat) ...@@ -394,7 +394,7 @@ int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat)
goto error; goto error;
} }
ret = dfb->CreateEventBuffer (dfb, DICAPS_ALL, &events); ret = dfb->CreateInputEventBuffer (dfb, DICAPS_ALL, DFB_FALSE, &events);
if (ret) if (ret)
{ {
SetDirectFBerror ("dfb->CreateEventBuffer", ret); SetDirectFBerror ("dfb->CreateEventBuffer", ret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment