comparison src/video/SDL_video.c @ 2999:b2025ca5d7a5

Fixed missing include for SDL_INIT_EVENTTHREAD
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 23:48:23 +0000
parents 0b160c970b7e
children 54fac87e1f34
comparison
equal deleted inserted replaced
2998:d364ee9b9c15 2999:b2025ca5d7a5
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* The high-level video driver subsystem */ 24 /* The high-level video driver subsystem */
25 25
26 #include "SDL.h"
26 #include "SDL_video.h" 27 #include "SDL_video.h"
27 #include "SDL_sysvideo.h" 28 #include "SDL_sysvideo.h"
28 #include "SDL_blit.h" 29 #include "SDL_blit.h"
29 #include "SDL_pixels_c.h" 30 #include "SDL_pixels_c.h"
30 #include "SDL_renderer_gl.h" 31 #include "SDL_renderer_gl.h"