Mercurial > sdl-ios-xcode
comparison src/video/svga/SDL_svgaevents.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 | c71e05b4dc2e |
children | c0a74f199ecf |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
32 #include <sys/kbio.h> | 32 #include <sys/kbio.h> |
33 #else | 33 #else |
34 #error You must choose your operating system here | 34 #error You must choose your operating system here |
35 #endif | 35 #endif |
36 | 36 |
37 #include "SDL_sysevents.h" | 37 #include "../../events/SDL_sysevents.h" |
38 #include "SDL_events_c.h" | 38 #include "../../events/SDL_events_c.h" |
39 #include "SDL_svgavideo.h" | 39 #include "SDL_svgavideo.h" |
40 #include "SDL_svgaevents_c.h" | 40 #include "SDL_svgaevents_c.h" |
41 | 41 |
42 /* The translation tables from a console scancode to a SDL keysym */ | 42 /* The translation tables from a console scancode to a SDL keysym */ |
43 #if defined(linux) | 43 #if defined(linux) |