aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_foreign_v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_xdg_foreign_v2.h b/include/wlr/types/wlr_xdg_foreign_v2.h
index 78659e97..b091b459 100644
--- a/include/wlr/types/wlr_xdg_foreign_v2.h
+++ b/include/wlr/types/wlr_xdg_foreign_v2.h
@@ -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;
};