Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 25, 2006
1 parent 6bf28f6 commit 93de2a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 1 addition & 7 deletions src/video/maccommon/SDL_lowvideo.h
Expand Up @@ -36,13 +36,7 @@
#endif

#if SDL_VIDEO_OPENGL
#ifdef MACOSX
#include <OpenGL/gl.h> /* OpenGL.framework */
#include <AGL/agl.h> /* AGL.framework */
#else
#include <gl.h>
#include <agl.h>
#endif /* MACOSX */
typedef struct __AGLContextRec *AGLContext;
#endif

#include "SDL_video.h"
Expand Down
5 changes: 2 additions & 3 deletions src/video/maccommon/SDL_macgl_c.h
Expand Up @@ -25,14 +25,13 @@
#include "SDL_config.h"

#if SDL_VIDEO_OPENGL
#include "SDL_opengl.h"
#ifdef MACOSX
#include <OpenGL/gl.h> /* OpenGL.framework */
#include <AGL/agl.h> /* AGL.framework */
#else
#include <gl.h>
#include <agl.h>
#endif /* MACOSX */
#endif
#endif /* SDL_VIDEO_OPENGL */

/* OpenGL functions */
extern int Mac_GL_Init(_THIS);
Expand Down

0 comments on commit 93de2a6

Please sign in to comment.