comparison src/video/SDL_video.c @ 2372:06d986e73eb0 gsoc2008_iphone

Fixed typo
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 18 Jul 2008 18:46:11 +0000
parents ad4a291c85ab
children
comparison
equal deleted inserted replaced
2371:3eb72191bb7e 2372:06d986e73eb0
36 #include "../events/SDL_sysevents.h" 36 #include "../events/SDL_sysevents.h"
37 #include "../events/SDL_events_c.h" 37 #include "../events/SDL_events_c.h"
38 38
39 #if SDL_VIDEO_OPENGL_ES 39 #if SDL_VIDEO_OPENGL_ES
40 #include "SDL_opengles.h" 40 #include "SDL_opengles.h"
41 #endif /* SDL_VIDEO_OPENGL_ES */ 41 #endif /* SDL_VIDEO_OPENGL */
42 42
43 #if SDL_VIDEO_OPENGL 43 #if SDL_VIDEO_OPENGL
44 #include "SDL_opengl.h" 44 #include "SDL_opengl.h"
45 45
46 /* On Windows, windows.h defines CreateWindow */ 46 /* On Windows, windows.h defines CreateWindow */