This commit is contained in:
Simon Lipp 2026-04-28 20:21:52 +02:00 committed by GitHub
commit 3a44f6ce94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View file

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