comparison src/video/x11/SDL_x11render.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents c9584df65367
children 844b5ef4b149
comparison
equal deleted inserted replaced
4471:11cedc036ca1 4472:791b3256fb22
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 */