This commit is contained in:
Manuel Alfayate Corchete 2025-10-06 23:41:57 +00:00 committed by GitHub
commit c6b2d067e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 233 additions and 6 deletions

View file

@ -61,6 +61,9 @@ struct cg_server {
struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
struct wlr_pointer_constraints_v1 *pointer_constraints;
struct wl_listener pointer_constraint;
bool xdg_decoration;
bool allow_vt_switch;
bool return_app_code;