Fix fallout from 461e0f9eaf
Change-Id: I9df591c084175848bb58a97db2241f18cbe53db2
This commit is contained in:
parent
8c73b16f5f
commit
b415ec8cad
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta
|
|||
|
||||
const SystemEnvData* sysData(pPWindow->GetSystemData());
|
||||
|
||||
GLWin.apView = sysData->pView;
|
||||
GLWin.apView = sysData->mpNSView;
|
||||
|
||||
NSOpenGLPixelFormat* fmt = [AquaOpenGLView defaultPixelFormat];
|
||||
Window *pFrameWindow = pPWindow->GetWindow(WINDOW_FRAME);
|
||||
|
|
Loading…
Reference in a new issue