From 90687e1fc6045c726e74aa798b97c271a32b889a Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 24 Jan 2022 14:09:57 +0200 Subject: [PATCH] libweston: fix weston_view::geometry.parent comment There is no weston_surface_set_transform_parent(), it is called weston_view_set_transform_parent() now since a7af70436b7dccfacd736626d6719b3e751fd985 . Signed-off-by: Pekka Paalanen --- include/libweston/libweston.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h index 303b78ac..d99dc763 100644 --- a/include/libweston/libweston.h +++ b/include/libweston/libweston.h @@ -1315,7 +1315,7 @@ struct weston_view { /* struct weston_transform */ struct wl_list transformation_list; - /* managed by weston_surface_set_transform_parent() */ + /* managed by weston_view_set_transform_parent() */ struct weston_view *parent; struct wl_listener parent_destroy_listener; struct wl_list child_list; /* geometry.parent_link */