Set stencil size for Xgl GLX visuals

This commit is contained in:
David Reveman 2005-05-02 00:33:52 +00:00
parent 5b4462ed9b
commit bc977945a5

View File

@ -3503,6 +3503,7 @@ xglInitVisualConfigs (ScreenPtr pScreen)
pConfig[i].doubleBuffer = TRUE;
pConfig[i].depthSize = format->depth_size;
pConfig[i].stencilSize = format->stencil_size;
pConfig[i].stereo = FALSE;
if (depth == 16)