xdg_shell: add support for wlr-foreign-toplevel-management

This commit is contained in:
GnSight 2025-10-01 11:53:09 +08:00
parent 2e593fe5a8
commit b35d0afae4
6 changed files with 129 additions and 9 deletions

2
view.h
View file

@ -32,6 +32,8 @@ struct cg_view {
enum cg_view_type type;
const struct cg_view_impl *impl;
struct wlr_foreign_toplevel_handle_v1 *foreign_toplevel_handle;
};
struct cg_view_impl {