Add pointer constraint functionality.

This commit is contained in:
vanfanel 2024-02-12 20:24:58 +01:00
parent 8a009212bc
commit 3f72f1e9bc
5 changed files with 233 additions and 6 deletions

View file

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