all repos — openbox @ 0d59a002c01013b491ae8d1db5b2a088824cf9d0

openbox fork - make it a bit more like ryudo

sync before changing the ignore_errors state
Dana Jansens danakj@orodu.net
commit

0d59a002c01013b491ae8d1db5b2a088824cf9d0

parent

e3f6e0ff8195e73f2fa8c9db431941e171dd0041

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M otk/display.ccotk/display.cc

@@ -215,9 +215,9 @@

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()