vcl/source/opengl/OpenGLContext.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit aefb3d973c8248b8c60149850f0835e4a8abd85d Author: Jan Holesovsky <ke...@collabora.com> Date: Tue Sep 1 14:46:32 2015 +0200 windows opengl: Call InitGLEWDebugging() after we have the context. Change-Id: I1582443cf6799dd73a3909660d524eaacbc2d909 diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 2f2d66f..d20d6fd 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -917,7 +917,6 @@ bool OpenGLContext::ImplInit() } wglMakeCurrent(NULL, NULL); - InitGLEWDebugging(); wglDeleteContext(hTempRC); if (!wglMakeCurrent(m_aGLWin.hDC, m_aGLWin.hRC)) @@ -927,6 +926,8 @@ bool OpenGLContext::ImplInit() return false; } + InitGLEWDebugging(); + g_vShareList.push_back(m_aGLWin.hRC); RECT clientRect; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits