xdg-foreign-v2: s/unmap/destroy

Same as the previous commit.
This commit is contained in:
Kirill Primak 2022-09-08 20:09:04 +03:00
parent ba7bbab3ab
commit 4cc3abb966
2 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@ struct wlr_xdg_exported_v2 {
struct wlr_xdg_foreign_exported base;
struct wl_resource *resource;
struct wl_listener xdg_surface_unmap;
struct wl_listener xdg_surface_destroy;
struct wl_list link; // wlr_xdg_foreign_v2.exporter.objects
};
@ -54,7 +54,7 @@ struct wlr_xdg_imported_child_v2 {
struct wl_list link; // wlr_xdg_imported_v2.children
struct wl_listener xdg_surface_unmap;
struct wl_listener xdg_surface_destroy;
struct wl_listener xdg_toplevel_set_parent;
};