vcl/source/opengl/OpenGLContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dd52675d90e72018fca6643fd79f3a65586082f9 Author: Markus Mohrhard <[email protected]> Date: Tue Dec 2 00:47:10 2014 +0100 request a stencil on windows Change-Id: Ib8f337d80c5576380344893c49c4fa0284f1dc4b diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index 1f82b59..2de3afe 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -847,7 +847,7 @@ bool OpenGLContext::ImplInit() 0, // No Accumulation Buffer 0, 0, 0, 0, // Accumulation Bits Ignored 64, // 32 bit Z-BUFFER - 0, // 0 bit stencil buffer + 8, // stencil buffer 0, // No Auxiliary Buffer 0, // now ignored 0, // Reserved _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
