mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 11:28:03 +02:00
XQuartz: Don't need GlxSetVisualConfig any more
Fixes build failure resulting from 516f8e2cad
This commit is contained in:
parent
3384276e9d
commit
066b17028a
1 changed files with 0 additions and 2 deletions
|
|
@ -723,8 +723,6 @@ static __GLXscreen * __glXAquaScreenProbe(ScreenPtr pScreen) {
|
|||
screen->base.fbconfigs = CreateConfigs(&screen->base.numFBConfigs,
|
||||
pScreen->myNum);
|
||||
|
||||
GlxSetVisualConfig(GLX_ALL_VISUALS);
|
||||
|
||||
__glXScreenInit(&screen->base, pScreen);
|
||||
|
||||
/* __glXScreenInit initializes these, so the order here is important, if we need these... */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue