projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f6e0f
)
sync before changing the ignore_errors state
author
Dana Jansens
<danakj@orodu.net>
Fri, 14 Feb 2003 20:05:47 +0000
(20:05 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 14 Feb 2003 20:05:47 +0000
(20:05 +0000)
otk/display.cc
patch
|
blob
|
history
diff --git
a/otk/display.cc
b/otk/display.cc
index 9ab8ed2f0b898ab2e8c23aee9e895d8db4120a6f..87794f441697fbdde9428c2b0d77223bd7951b0e 100644
(file)
--- 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()