mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-13 04:28:05 -05:00
Add support for wlr-foreign-toplevel-management
This commit is contained in:
parent
f9626f7951
commit
af0a3cf8a6
6 changed files with 85 additions and 7 deletions
2
server.h
2
server.h
|
|
@ -61,6 +61,8 @@ struct cg_server {
|
|||
|
||||
struct wlr_relative_pointer_manager_v1 *relative_pointer_manager;
|
||||
|
||||
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
|
||||
|
||||
bool xdg_decoration;
|
||||
bool allow_vt_switch;
|
||||
bool return_app_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue