diff src/video/directfb/SDL_DirectFB_events.h @ 2737:140a7edcf2bd

Date: Sun, 31 Aug 2008 17:53:59 +0200 From: Couriersud Subject: Re: Updated DirectFB driver for SDL1.3 attached is a patch which brings the directfb driver in line with current svn. In addition: * driver now is in line with the structure of the X11 driver. This adds a couple of files. * driver now supports relative mouse movements
author Sam Lantinga <slouken@libsdl.org>
date Sun, 31 Aug 2008 16:04:32 +0000
parents e82a0e3e9b0e
children 99210400e8b9
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_events.h	Sun Aug 31 16:03:55 2008 +0000
+++ b/src/video/directfb/SDL_DirectFB_events.h	Sun Aug 31 16:04:32 2008 +0000
@@ -25,5 +25,6 @@
 
 /* Functions to be exported */
 extern void DirectFB_InitKeyboard(_THIS);
+extern void DirectFB_QuitKeyboard(_THIS);
 extern void DirectFB_PumpEventsWindow(_THIS);
 extern SDLKey DirectFB_GetLayoutKey(_THIS, SDLKey physicalKey);