comparison src/video/x11/SDL_x11video.h @ 5157:fb424691cfc7

Moved the rendering code out to a separate directory in the hope that it can someday be completely decoupled from the rest of the library and be expanded to an awesome 2D on 3D library.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 02 Feb 2011 14:34:54 -0800
parents 25d4feb7c127
children 227d81a4b66c
comparison
equal deleted inserted replaced
5156:3e4086b3bcd2 5157:fb424691cfc7
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 #ifndef _SDL_x11video_h 24 #ifndef _SDL_x11video_h
25 #define _SDL_x11video_h 25 #define _SDL_x11video_h
26
27 #include "SDL_keysym.h"
26 28
27 #include "../SDL_sysvideo.h" 29 #include "../SDL_sysvideo.h"
28 30
29 #include <X11/Xlib.h> 31 #include <X11/Xlib.h>
30 #include <X11/Xutil.h> 32 #include <X11/Xutil.h>