summaryrefslogtreecommitdiffstats
path: root/vcl/source
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-06 03:29:27 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-11-10 07:59:08 +0100
commit1c1af96459c038dac892dcb9f1b7f09de71056f3 (patch)
treee1840651298cbf508250dac5c576cc1729dc14c4 /vcl/source
parentimplement abstract virtual methods in windows classes (diff)
downloadcore-1c1af96459c038dac892dcb9f1b7f09de71056f3.tar.gz
core-1c1af96459c038dac892dcb9f1b7f09de71056f3.zip
add some of the uncommented code back
Change-Id: Ica3f2c597ac235b59a4e1c9d3ea99973e129db0b
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/opengl/OpenGLContext.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx
index 9a74d7fdad91..521c4f2d9523 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 )