vcl/source/opengl/OpenGLContext.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 973df7e3744e560c7c915edc926a3f52632909a6
Author: Markus Mohrhard <[email protected]>
Date:   Thu Nov 6 03:29:27 2014 +0100

    add some of the uncommented code back
    
    Change-Id: Ica3f2c597ac235b59a4e1c9d3ea99973e129db0b

diff --git a/vcl/source/opengl/OpenGLContext.cxx 
b/vcl/source/opengl/OpenGLContext.cxx
index 9a74d7f..521c4f2 100644
--- a/vcl/source/opengl/OpenGLContext.cxx
+++ b/vcl/source/opengl/OpenGLContext.cxx
@@ -546,11 +546,10 @@ bool OpenGLContext::init(HDC hDC, HWND hWnd)
 bool OpenGLContext::ImplInit()
 {
     SAL_INFO("vcl.opengl", "OpenGLContext::ImplInit----start");
-    /* TODO: moggi: FIXME add back
-     * if(m_pWindow)
+    if(m_pWindow)
         m_pWindow->setPosSizePixel(0,0,0,0);
     m_aGLWin.Width = 0;
-    m_aGLWin.Height = 0;*/
+    m_aGLWin.Height = 0;
 
 #if defined( WNT )
 #elif defined( MACOSX )
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to