mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
Remember to call XSync() before resetting X error handler.
This commit is contained in:
parent
3b9e28d507
commit
1421bffb18
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ static void GarbageCollectDRIDrawables(Display *dpy, __GLXscreenConfigs *sc)
|
|||
} while (__glxHashNext(sc->drawHash, &draw, (void *)&pdraw) == 1);
|
||||
}
|
||||
|
||||
XSync(dpy, GL_FALSE);
|
||||
XSetErrorHandler(oldXErrorHandler);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue