XQuartz: Don't need GlxSetVisualConfig any more
Fixes build failure resulting from 516f8e2cad1311a09764e2633644188d1e3c31bb (cherry picked from commit 066b17028a35956a089815716e38571f305469c5)
This commit is contained in:
parent
b349a764e9
commit
67faf41b3f
|
@ -723,8 +723,6 @@ static __GLXscreen * __glXAquaScreenProbe(ScreenPtr pScreen) {
|
||||||
screen->base.fbconfigs = CreateConfigs(&screen->base.numFBConfigs,
|
screen->base.fbconfigs = CreateConfigs(&screen->base.numFBConfigs,
|
||||||
pScreen->myNum);
|
pScreen->myNum);
|
||||||
|
|
||||||
GlxSetVisualConfig(GLX_ALL_VISUALS);
|
|
||||||
|
|
||||||
__glXScreenInit(&screen->base, pScreen);
|
__glXScreenInit(&screen->base, pScreen);
|
||||||
|
|
||||||
/* __glXScreenInit initializes these, so the order here is important, if we need these... */
|
/* __glXScreenInit initializes these, so the order here is important, if we need these... */
|
||||||
|
|
Loading…
Reference in New Issue