This commit is contained in:
Jonathan GUILLOT 2026-04-08 21:16:37 +02:00 committed by GitHub
commit 907e44dd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 86 additions and 0 deletions

View file

@ -75,6 +75,7 @@ struct cg_server {
bool return_app_code;
bool terminated;
enum wlr_log_importance log_level;
struct wl_event_source *alive_source;
};
void server_terminate(struct cg_server *server);