comparison src/video/photon/SDL_ph_events.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 c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* Handle the event stream, converting photon events into SDL events */ 23 /* Handle the event stream, converting photon events into SDL events */
24 24
25 #define DISABLE_X11
26
27 #include <stdio.h> 25 #include <stdio.h>
28 #include <setjmp.h> 26 #include <setjmp.h>
29 #include <sys/time.h> 27 #include <sys/time.h>
30 28
31 #include <Ph.h> 29 #include <Ph.h>
32 #include <photon/PkKeyDef.h> 30 #include <photon/PkKeyDef.h>
33 31
34 #include "SDL.h" 32 #include "SDL.h"
35 #include "SDL_syswm.h" 33 #include "SDL_syswm.h"
36 #include "SDL_sysevents.h" 34 #include "../SDL_sysvideo.h"
37 #include "SDL_sysvideo.h" 35 #include "../../events/SDL_sysevents.h"
38 #include "SDL_events_c.h" 36 #include "../../events/SDL_events_c.h"
39 #include "SDL_ph_video.h" 37 #include "SDL_ph_video.h"
40 #include "SDL_ph_modes_c.h" 38 #include "SDL_ph_modes_c.h"
41 #include "SDL_ph_image_c.h" 39 #include "SDL_ph_image_c.h"
42 #include "SDL_ph_events_c.h" 40 #include "SDL_ph_events_c.h"
43 #include "SDL_phyuv_c.h" 41 #include "SDL_phyuv_c.h"