mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-26 12:20:13 +01:00
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
a7af70436b .
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
3151220a9b
commit
90687e1fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue