comparison src/video/vgl/SDL_vglevents.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 3692456e7b0f
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
29 #include <sys/kbio.h> 29 #include <sys/kbio.h>
30 #include <vgl.h> 30 #include <vgl.h>
31 31
32 #include "SDL.h" 32 #include "SDL.h"
33 #include "SDL_thread.h" 33 #include "SDL_thread.h"
34 #include "SDL_sysevents.h" 34 #include "../../events/SDL_sysevents.h"
35 #include "SDL_events_c.h" 35 #include "../../events/SDL_events_c.h"
36 #include "SDL_vglvideo.h" 36 #include "SDL_vglvideo.h"
37 #include "SDL_vglevents_c.h" 37 #include "SDL_vglevents_c.h"
38 38
39 /* The translation tables from a console scancode to a SDL keysym */ 39 /* The translation tables from a console scancode to a SDL keysym */
40 /* FIXME: Free the keymap when we shut down the video mode */ 40 /* FIXME: Free the keymap when we shut down the video mode */