Set stencil size for Xgl GLX visuals
This commit is contained in:
parent
5b4462ed9b
commit
bc977945a5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue