Command line option to hide cursor.

This commit is contained in:
Hiers 2024-05-05 21:24:48 +01:00
parent e7d8780f46
commit 9387fa4c20
3 changed files with 8 additions and 3 deletions

View file

@ -60,6 +60,7 @@ struct cg_server {
bool xdg_decoration;
bool allow_vt_switch;
bool return_app_code;
bool hide_cursor;
};
#endif