16 lines
523 B
Diff
16 lines
523 B
Diff
|
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
|
||
|
index b6bdbd5..9be1358 100644
|
||
|
--- a/src/glx/x11/glxext.c
|
||
|
+++ b/src/glx/x11/glxext.c
|
||
|
@@ -720,8 +720,8 @@ __glXInitialize(Display * dpy)
|
||
|
dpyPriv->dri2Display = dri2CreateDisplay(dpy);
|
||
|
dpyPriv->driDisplay = driCreateDisplay(dpy);
|
||
|
}
|
||
|
- if (glx_direct)
|
||
|
- dpyPriv->driswDisplay = driswCreateDisplay(dpy);
|
||
|
+// if (glx_direct)
|
||
|
+// dpyPriv->driswDisplay = driswCreateDisplay(dpy);
|
||
|
#endif
|
||
|
|
||
|
if (!AllocAndFetchScreenConfigs(dpy, dpyPriv)) {
|