Allow to set app id from command line

This commit is contained in:
Simon Lipp 2025-03-09 14:36:55 +01:00
parent 360e259ca5
commit 00e7172509
3 changed files with 10 additions and 1 deletions

View file

@ -66,6 +66,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);