mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gl/qt/examples: update for NSOpenGL -> CGL change
This commit is contained in:
parent
ab48bb6f0f
commit
bf87ac8cbe
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