changeset 546:0009aadb3d01

Updated for DirectDB 0.9.15 (thanks Denis!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Nov 2002 19:36:49 +0000
parents 8406511f850e
children 5d07f9a47f17
files configure.in src/video/directfb/SDL_DirectFB_video.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Nov 17 19:30:44 2002 +0000
+++ b/configure.in	Sun Nov 17 19:36:49 2002 +0000
@@ -783,7 +783,7 @@
                 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`
--- a/src/video/directfb/SDL_DirectFB_video.c	Sun Nov 17 19:30:44 2002 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.c	Sun Nov 17 19:36:49 2002 +0000
@@ -394,7 +394,7 @@
       goto error;
     }
 
-  ret = dfb->CreateEventBuffer (dfb, DICAPS_ALL, &events);
+  ret = dfb->CreateInputEventBuffer (dfb, DICAPS_ALL, DFB_FALSE, &events);
   if (ret)
     {
       SetDirectFBerror ("dfb->CreateEventBuffer", ret);