changeset 2721 | e82a0e3e9b0e |
parent 2226 | 0e70b4b8cf84 |
child 2737 | 140a7edcf2bd |
1.1 --- a/src/video/directfb/SDL_DirectFB_events.h Tue Aug 26 02:26:18 2008 +0000 1.2 +++ b/src/video/directfb/SDL_DirectFB_events.h Tue Aug 26 02:32:45 2008 +0000 1.3 @@ -24,5 +24,6 @@ 1.4 #include "SDL_DirectFB_video.h" 1.5 1.6 /* Functions to be exported */ 1.7 -extern void DirectFB_InitOSKeymap(_THIS); 1.8 +extern void DirectFB_InitKeyboard(_THIS); 1.9 extern void DirectFB_PumpEventsWindow(_THIS); 1.10 +extern SDLKey DirectFB_GetLayoutKey(_THIS, SDLKey physicalKey);