Mercurial > sdl-ios-xcode
diff src/video/directfb/SDL_DirectFB_events.c @ 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_events.c Fri Feb 22 17:39:11 2002 +0000 +++ b/src/video/directfb/SDL_DirectFB_events.c Tue Feb 26 14:38:53 2002 +0000 @@ -56,7 +56,8 @@ { DFBInputEvent evt; - while (HIDDEN->inputbuffer->GetEvent (HIDDEN->inputbuffer, &evt) == DFB_OK) + while (HIDDEN->eventbuffer->GetEvent (HIDDEN->eventbuffer, + DFB_EVENT (&evt)) == DFB_OK) { SDL_keysym keysym;