mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-13 04:28:05 -05:00
Merge a500d11f0f into dcd64ae48b
This commit is contained in:
commit
0ca2f6a92f
7 changed files with 86 additions and 0 deletions
1
server.h
1
server.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue