slouken@167
|
1 |
/*
|
slouken@167
|
2 |
SDL - Simple DirectMedia Layer
|
slouken@297
|
3 |
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
|
slouken@167
|
4 |
|
slouken@167
|
5 |
This library is free software; you can redistribute it and/or
|
slouken@167
|
6 |
modify it under the terms of the GNU Library General Public
|
slouken@167
|
7 |
License as published by the Free Software Foundation; either
|
slouken@167
|
8 |
version 2 of the License, or (at your option) any later version.
|
slouken@167
|
9 |
|
slouken@167
|
10 |
This library is distributed in the hope that it will be useful,
|
slouken@167
|
11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
slouken@167
|
12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
slouken@167
|
13 |
Library General Public License for more details.
|
slouken@167
|
14 |
|
slouken@167
|
15 |
You should have received a copy of the GNU Library General Public
|
slouken@167
|
16 |
License along with this library; if not, write to the Free
|
slouken@167
|
17 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
slouken@167
|
18 |
|
slouken@167
|
19 |
Sam Lantinga
|
slouken@252
|
20 |
slouken@libsdl.org
|
slouken@167
|
21 |
*/
|
slouken@167
|
22 |
|
slouken@167
|
23 |
#ifdef SAVE_RCSID
|
slouken@167
|
24 |
static char rcsid =
|
slouken@167
|
25 |
"@(#) $Id$";
|
slouken@167
|
26 |
#endif
|
slouken@167
|
27 |
|
slouken@167
|
28 |
#include "SDL_DirectFB_video.h"
|
slouken@167
|
29 |
|
slouken@167
|
30 |
/* Functions to be exported */
|
slouken@167
|
31 |
extern void DirectFB_InitOSKeymap(_THIS);
|
slouken@167
|
32 |
extern void DirectFB_PumpEvents(_THIS);
|
slouken@167
|
33 |
|