diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-05 15:27:50 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-05 15:28:15 +0200 |
commit | b415ec8cad8224c58d149626ddc3365575aa855e (patch) | |
tree | abe56d419390ec9ab475abc7b91933a39f8312b4 /slideshow | |
parent | 8c73b16f5f18f3bc1dbf9ff6c1475db56b44d304 (diff) |
Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
Change-Id: I9df591c084175848bb58a97db2241f18cbe53db2
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm index 70417c780d43..e4b7f22279ed 100644 --- a/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm +++ b/slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionerImpl.mm @@ -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); |