comparison src/video/cocoa/SDL_cocoaopengl.m @ 2738:79c1bd651f04

Fixed a bunch of compile warnings on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Sep 2008 16:04:20 +0000
parents 18a472b6d745
children 99210400e8b9
comparison
equal deleted inserted replaced
2737:140a7edcf2bd 2738:79c1bd651f04
25 25
26 /* NSOpenGL implementation of SDL OpenGL support */ 26 /* NSOpenGL implementation of SDL OpenGL support */
27 27
28 #if SDL_VIDEO_OPENGL_CGL 28 #if SDL_VIDEO_OPENGL_CGL
29 #include <OpenGL/CGLTypes.h> 29 #include <OpenGL/CGLTypes.h>
30 #include <OpenGL/OpenGL.h>
30 31
31 #include "SDL_loadso.h" 32 #include "SDL_loadso.h"
32 #include "SDL_opengl.h" 33 #include "SDL_opengl.h"
33 34
34 35