mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
tt: make the ttserver process events properly.
This commit is contained in:
parent
549b759c66
commit
b577546819
1 changed files with 1 additions and 3 deletions
|
@ -257,9 +257,7 @@ process_event()
|
|||
}
|
||||
|
||||
set_error_handler(_Tt_desktop::io_error_proc);
|
||||
if (0 == sigsetjmp(io_exception, 1)) {
|
||||
CALLX11(XFlush)(priv->xd);
|
||||
} else {
|
||||
if (0 != sigsetjmp(io_exception, 1)) {
|
||||
priv->xd = (Display *)0;
|
||||
ret_val = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue