mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
XQuartz: Don't need GlxSetVisualConfig any more
Fixes build failure resulting from516f8e2cad(cherry picked from commit066b17028a)
This commit is contained in:
parent
b349a764e9
commit
67faf41b3f
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