mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-15 22:05:37 -05:00
Merge 3f72f1e9bc into f9626f7951
This commit is contained in:
commit
c6b2d067e8
5 changed files with 233 additions and 6 deletions
3
server.h
3
server.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue