comparison src/video/x11/SDL_x11render.c @ 4661:03dcb795c583

Merged changes from the main SDL codebase
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jul 2010 21:09:23 -0700
parents 791b3256fb22
children 844b5ef4b149
comparison
equal deleted inserted replaced
4660:b15e7017409b 4661:03dcb795c583
24 #if SDL_VIDEO_RENDER_X11 24 #if SDL_VIDEO_RENDER_X11
25 25
26 #include <limits.h> /* For INT_MIN and INT_MAX */ 26 #include <limits.h> /* For INT_MIN and INT_MAX */
27 27
28 #include "SDL_x11video.h" 28 #include "SDL_x11video.h"
29 #include "SDL_x11render.h"
29 #include "../SDL_rect_c.h" 30 #include "../SDL_rect_c.h"
30 #include "../SDL_pixels_c.h" 31 #include "../SDL_pixels_c.h"
31 #include "../SDL_yuv_sw_c.h" 32 #include "../SDL_yuv_sw_c.h"
32 33
33 /* X11 renderer implementation */ 34 /* X11 renderer implementation */