diff --git a/GL/glx/glxext.c b/GL/glx/glxext.c index 096f84574..ac22f7edc 100644 --- a/GL/glx/glxext.c +++ b/GL/glx/glxext.c @@ -76,8 +76,8 @@ static int __glXDispatch(ClientPtr); */ static void ResetExtension(ExtensionEntry* extEntry) { -#if 0 /* glucose makes this a nuisance */ __glXFlushContextCache(); +#if 0 /* glucose makes this a nuisance */ __glXResetScreens(); #endif }