vcl/opengl/win/gdiimpl.cxx | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit 4e9dcb506c3f12792082a81313361edea331fcb9 Author: Jan Holesovsky <ke...@collabora.com> Date: Sat Nov 22 21:42:08 2014 +0100 windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too. [Blind fix to fix build; real fix to follow after testing.] Change-Id: Ic4cf2dc74ba4649a2453bc351cdc1d1fad59a0ca diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx index 0815927..320f6a7 100644 --- a/vcl/opengl/win/gdiimpl.cxx +++ b/vcl/opengl/win/gdiimpl.cxx @@ -18,6 +18,15 @@ WinOpenGLSalGraphicsImpl::WinOpenGLSalGraphicsImpl(WinSalGraphics& rGraphics): { } +void WinOpenGLSalGraphicsImpl::Init() +{ + // FIXME - is this still needed after the recent changes? + //if (mbVirDev) + // GetOpenGLContext().requestVirtualDevice(); + GetOpenGLContext().requestSingleBufferedRendering(); + GetOpenGLContext().init(mhLocalDC, mhWnd); +} + void WinOpenGLSalGraphicsImpl::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics ) { OpenGLSalGraphicsImpl *pImpl = pSrcGraphics ? static_cast< OpenGLSalGraphicsImpl* >(pSrcGraphics->GetImpl()) : static_cast< OpenGLSalGraphicsImpl *>(mrParent.GetImpl()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits