comparison src/video/x11/SDL_x11video.c @ 4459:c0f2a1e6f0cd

Added missing header
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 15:47:21 -0700
parents f7b03b6838cb
children 791b3256fb22 0375d020e7e3 b6930aefd008
comparison
equal deleted inserted replaced
4458:c9584df65367 4459:c0f2a1e6f0cd
25 #include "SDL_mouse.h" 25 #include "SDL_mouse.h"
26 #include "../SDL_sysvideo.h" 26 #include "../SDL_sysvideo.h"
27 #include "../SDL_pixels_c.h" 27 #include "../SDL_pixels_c.h"
28 28
29 #include "SDL_x11video.h" 29 #include "SDL_x11video.h"
30 #include "SDL_x11render.h"
30 31
31 #if SDL_VIDEO_DRIVER_PANDORA 32 #if SDL_VIDEO_DRIVER_PANDORA
32 #include "SDL_x11opengles.h" 33 #include "SDL_x11opengles.h"
33 #endif 34 #endif
34 35