diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c index 44f658fa9..20f9f90d6 100644 --- a/glx/glxdriswrast.c +++ b/glx/glxdriswrast.c @@ -510,6 +510,9 @@ __glXDRIscreenProbe(ScreenPtr pScreen) __glXScreenInit(&screen->base, pScreen); + screen->base.GLXmajor = 1; + screen->base.GLXminor = 4; + LogMessage(X_INFO, "AIGLX: Loaded and initialized %s\n", filename);