*** empty log message ***

This commit is contained in:
Sam Lantinga 2004-01-04 17:04:54 +00:00
parent 32719e7429
commit 44c336b863
2 changed files with 9 additions and 7 deletions

View File

@ -22,13 +22,6 @@
#include "SDL_QuartzVideo.h"
/*
This is a workaround to directly access NSOpenGLContext's CGL context
We need this to check for errors NSOpenGLContext doesn't support
*/
@interface NSOpenGLContext (CGLContextAccess)
- (CGLContextObj) cglContext;
@end
@implementation NSOpenGLContext (CGLContextAccess)
- (CGLContextObj) cglContext;

View File

@ -66,6 +66,15 @@
#include "SDL_pixels_c.h"
#include "SDL_events_c.h"
/*
This is a workaround to directly access NSOpenGLContext's CGL context
We need this to check for errors NSOpenGLContext doesn't support
*/
@interface NSOpenGLContext (CGLContextAccess)
- (CGLContextObj) cglContext;
@end
/* Main driver structure to store required state information */
typedef struct SDL_PrivateVideoData {