mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gl/qt/examples: update for NSOpenGL -> CGL change
This commit is contained in:
parent
019367c128
commit
07d41de7c4
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
void *qt_current_nsopengl_context()
|
||||
{
|
||||
return [NSOpenGLContext currentContext];
|
||||
return CGLGetCurrentContext ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue