[Libreoffice-commits] core.git: vcl/opengl

Jan Holesovsky kendy at collabora.com
Sat Nov 22 13:08:57 PST 2014


 vcl/opengl/win/gdiimpl.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c19ad065afd547f5ad21205d69bbfaa98f0f6b3b
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Sat Nov 22 22:08:23 2014 +0100

    Fix build.
    
    Change-Id: Ibf5d1ccee155cc5807a1a125fde7a7243eab7585

diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx
index 320f6a7..ebd139c 100644
--- a/vcl/opengl/win/gdiimpl.cxx
+++ b/vcl/opengl/win/gdiimpl.cxx
@@ -23,8 +23,8 @@ void WinOpenGLSalGraphicsImpl::Init()
     // FIXME - is this still needed after the recent changes?
     //if (mbVirDev)
     //    GetOpenGLContext().requestVirtualDevice();
-    GetOpenGLContext().requestSingleBufferedRendering();
-    GetOpenGLContext().init(mhLocalDC, mhWnd);
+    //GetOpenGLContext().requestSingleBufferedRendering();
+    //GetOpenGLContext().init(mhLocalDC, mhWnd);
 }
 
 void WinOpenGLSalGraphicsImpl::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics )


More information about the Libreoffice-commits mailing list