mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
labnag: s/LAB_EXIT_TIMEOUT/LAB_EXIT_CANCELLED/
This commit is contained in:
parent
364a1d5207
commit
2b3aadb6af
3 changed files with 3 additions and 3 deletions
|
|
@ -1233,7 +1233,7 @@ nag_run(struct nag *nag)
|
|||
wl_display_cancel_read(nag->display);
|
||||
}
|
||||
if (nag->pollfds[FD_TIMER].revents & POLLIN) {
|
||||
exit_status = LAB_EXIT_TIMEOUT;
|
||||
exit_status = LAB_EXIT_CANCELLED;
|
||||
break;
|
||||
}
|
||||
if (nag->pollfds[FD_SIGNAL].revents & POLLIN) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue