From: Dana Jansens Date: Fri, 14 Feb 2003 20:05:47 +0000 (+0000) Subject: sync before changing the ignore_errors state X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0d59a002c01013b491ae8d1db5b2a088824cf9d0;p=chaz%2Fopenbox sync before changing the ignore_errors state --- diff --git a/otk/display.cc b/otk/display.cc index 9ab8ed2f..87794f44 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -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()