sync before changing the ignore_errors state

This commit is contained in:
Dana Jansens 2003-02-14 20:05:47 +00:00
parent e3f6e0ff81
commit 0d59a002c0

View file

@ -215,9 +215,9 @@ const RenderControl *Display::renderControl(int snum) const
void Display::setIgnoreErrors(bool t)
{
_ignore_errors = t;
// sync up so that anything already sent is/isn't ignored!
XSync(_display, false);
_ignore_errors = t;
}
void Display::grab()