tt: make the ttserver process events properly.

This commit is contained in:
hyousatsu 2023-06-12 09:43:40 +00:00
parent 549b759c66
commit b577546819
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}