branch | SDL-1.3 |
changeset 1668 | 4da1ee79c9af |
parent 1662 | 782fd950bd46 |
1.1 --- a/src/video/directfb/SDL_DirectFB_events.h Mon May 29 03:53:21 2006 +0000 1.2 +++ b/src/video/directfb/SDL_DirectFB_events.h Mon May 29 04:04:35 2006 +0000 1.3 @@ -24,6 +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_PumpEvents (_THIS); 1.9 +extern void DirectFB_InitOSKeymap(_THIS); 1.10 +extern void DirectFB_PumpEvents(_THIS); 1.11 /* vi: set ts=4 sw=4 expandtab: */