gl/qt/examples: update for NSOpenGL -> CGL change
This commit is contained in:
parent
019367c128
commit
07d41de7c4
@ -22,5 +22,5 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
void *qt_current_nsopengl_context()
|
||||
{
|
||||
return [NSOpenGLContext currentContext];
|
||||
return CGLGetCurrentContext ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user