comparison src/video/x11/SDL_x11wm.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 d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
25 25
26 #include "SDL_version.h" 26 #include "SDL_version.h"
27 #include "SDL_timer.h" 27 #include "SDL_timer.h"
28 #include "SDL_video.h" 28 #include "SDL_video.h"
29 #include "SDL_syswm.h" 29 #include "SDL_syswm.h"
30 #include "SDL_events_c.h" 30 #include "../SDL_pixels_c.h"
31 #include "SDL_pixels_c.h" 31 #include "../../events/SDL_events_c.h"
32 #include "SDL_x11modes_c.h" 32 #include "SDL_x11modes_c.h"
33 #include "SDL_x11wm_c.h" 33 #include "SDL_x11wm_c.h"
34 34
35 static Uint8 reverse_byte(Uint8 x) 35 static Uint8 reverse_byte(Uint8 x)
36 { 36 {