Add support for wlr-foreign-toplevel-management

This commit is contained in:
GnSight 2025-10-01 11:53:09 +08:00 committed by Simon Ser
parent f9626f7951
commit af0a3cf8a6
6 changed files with 85 additions and 7 deletions

View file

@ -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;