comparison src/video/x11/SDL_x11events.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 1e4ba2e063b4
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
33 #include <sys/time.h> 33 #include <sys/time.h>
34 #include <unistd.h> 34 #include <unistd.h>
35 35
36 #include "SDL_timer.h" 36 #include "SDL_timer.h"
37 #include "SDL_syswm.h" 37 #include "SDL_syswm.h"
38 #include "SDL_sysevents.h" 38 #include "../SDL_sysvideo.h"
39 #include "SDL_sysvideo.h" 39 #include "../../events/SDL_sysevents.h"
40 #include "SDL_events_c.h" 40 #include "../../events/SDL_events_c.h"
41 #include "SDL_x11video.h" 41 #include "SDL_x11video.h"
42 #include "SDL_x11dga_c.h" 42 #include "SDL_x11dga_c.h"
43 #include "SDL_x11modes_c.h" 43 #include "SDL_x11modes_c.h"
44 #include "SDL_x11image_c.h" 44 #include "SDL_x11image_c.h"
45 #include "SDL_x11gamma_c.h" 45 #include "SDL_x11gamma_c.h"