mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-02-05 06:30:28 +01:00
compositor: Drop flow id from weston_view_update_transform
This can end up being the first function to touch a surface in a flow, which leads to confusing traces. Just trace the function without a flow instead. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
f36a0c2cb8
commit
8993f5eabb
1 changed files with 1 additions and 1 deletions
|
|
@ -1905,7 +1905,7 @@ weston_view_update_transform_enable(struct weston_view *view)
|
|||
WL_EXPORT void
|
||||
weston_view_update_transform(struct weston_view *view)
|
||||
{
|
||||
WESTON_TRACE_FUNC_FLOW(&view->surface->flow_id);
|
||||
WESTON_TRACE_FUNC();
|
||||
struct weston_view *parent = view->geometry.parent;
|
||||
struct weston_view *child;
|
||||
struct weston_layer *layer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue