Allow FlushContext, but not yet ResetScreens for GLX & glucose.

This commit is contained in:
Alan Hourihane 2007-10-16 16:22:33 +01:00
parent a03a652840
commit 5d144873be

View file

@ -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
}