From 4adab3586b53bf39b71bfe5af9f104b994354a66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 12 Apr 2011 20:50:01 +0100 Subject: [PATCH] Request stencil buffer. --- glws_glx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glws_glx.cpp b/glws_glx.cpp index 5a570e2..7d286a5 100644 --- a/glws_glx.cpp +++ b/glws_glx.cpp @@ -115,6 +115,7 @@ public: GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, GLX_DEPTH_SIZE, 1, + GLX_STENCIL_SIZE, 1, None }; @@ -125,6 +126,7 @@ public: GLX_BLUE_SIZE, 1, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 1, + GLX_STENCIL_SIZE, 1, None }; -- 2.45.2