Codebase list xorgxrdp / d977e7c
Merge pull request #1372 from jsorg71/check_term_xup xup: check term event for more responsive shutdown jsorg71 authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
225225 break;
226226 }
227227
228 if (mod->server_is_term(mod))
229 {
230 break;
231 }
232
228233 i++;
229234
230235 if (i >= 60)