1
0
Fork 0
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:
hyousatsu 2023-06-12 09:43:40 +00:00
parent 549b759c66
commit b577546819

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