Documentation for <wlr/types/wlr_xdg_foreign_v2.h>
Back to index
Table of contents
struct wlr_xdg_foreign_v2
¶
struct wlr_xdg_foreign_v2 {struct {struct wl_global *global;struct wl_list objects;} exporter, importer;struct wlr_xdg_foreign_registry *registry;struct {struct wl_signal destroy;} events;void *data;struct {struct wl_listener foreign_registry_destroy;struct wl_listener display_destroy;} WLR_PRIVATE;};
struct wlr_xdg_imported_child_v2
¶
struct wlr_xdg_imported_child_v2 {struct wlr_xdg_toplevel *toplevel;struct wl_list link;struct {struct wl_listener xdg_toplevel_destroy;struct wl_listener xdg_toplevel_set_parent;} WLR_PRIVATE;};
struct wlr_xdg_imported_v2
¶
struct wlr_xdg_imported_v2 {struct wlr_xdg_foreign_exported *exported;struct wl_resource *resource;struct wl_list link;struct wl_list children;struct {struct wl_listener exported_destroyed;} WLR_PRIVATE;};