comparison src/video/wscons/SDL_wsconsevents.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 c9b51268668f
children dc0e13e7e1ae
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
28 #include <termios.h> 28 #include <termios.h>
29 #include <errno.h> 29 #include <errno.h>
30 #include <string.h> 30 #include <string.h>
31 31
32 #include "SDL.h" 32 #include "SDL.h"
33 #include "SDL_sysevents.h" 33 #include "../../events/SDL_sysevents.h"
34 #include "SDL_events_c.h" 34 #include "../../events/SDL_events_c.h"
35 #include "SDL_wsconsvideo.h" 35 #include "SDL_wsconsvideo.h"
36 #include "SDL_wsconsevents_c.h" 36 #include "SDL_wsconsevents_c.h"
37 37
38 static int posted = 0; 38 static int posted = 0;
39 39