mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-12 05:28:28 +02:00
Allow FlushContext, but not yet ResetScreens for GLX & glucose.
This commit is contained in:
parent
a03a652840
commit
5d144873be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue