mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
*** empty log message ***
This commit is contained in:
parent
3d2edd295e
commit
bf2d3bdc27
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user