mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-12-17 15:45:12 +02:00
Exit with 1 on quit
This commit is contained in:
@@ -226,5 +226,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
wl_display_disconnect(state.display);
|
||||
|
||||
if (state.status == DP_STATUS_QUIT) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user