tt: make the ttserver process events properly.

This commit is contained in:
hyousatsu
2023-06-12 09:48:42 +00:00
parent 549b759c66
commit b577546819
+1 -3
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;
}