mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
Updated for DirectDB 0.9.15 (thanks Denis!)
This commit is contained in:
parent
5ed21ba69a
commit
a123c3e5f9
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user