diff src/video/directfb/SDL_DirectFB_video.h @ 286:3ea69fd0b095

Updated for DirectFB 0.9.9
author Sam Lantinga <slouken@libsdl.org>
date Tue, 26 Feb 2002 14:38:53 +0000
parents e8157fcb3114
children f6ffac90895c
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.h	Fri Feb 22 17:39:11 2002 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.h	Tue Feb 26 14:38:53 2002 +0000
@@ -43,7 +43,7 @@
 
   IDirectFB             *dfb;
   IDirectFBDisplayLayer *layer;
-  IDirectFBInputBuffer  *inputbuffer;
+  IDirectFBEventBuffer  *eventbuffer;
 
 #define NUM_MODELISTS	4		/* 8, 16, 24, and 32 bits-per-pixel */
   int SDL_nummodes[NUM_MODELISTS];