mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-26 01:40:38 -05:00
optimize: change numlock var into server
This commit is contained in:
parent
aa54758e75
commit
4b7ef5287a
3 changed files with 3 additions and 5 deletions
1
server.h
1
server.h
|
|
@ -65,6 +65,7 @@ struct cg_server {
|
|||
bool allow_vt_switch;
|
||||
bool return_app_code;
|
||||
bool terminated;
|
||||
bool numlock;
|
||||
enum wlr_log_importance log_level;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue