From 5d144873bec2fa3a0021ab42d0c7a25dad9357ff Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 16 Oct 2007 16:22:33 +0100 Subject: [PATCH] Allow FlushContext, but not yet ResetScreens for GLX & glucose. --- GL/glx/glxext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }