mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-10 13:29:52 -05:00
xdg_shell: add support for wlr-foreign-toplevel-management
This commit is contained in:
parent
2e593fe5a8
commit
b35d0afae4
6 changed files with 129 additions and 9 deletions
2
view.h
2
view.h
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue