drm: Fix stale comment that refers to weston_view

This is passed a weston_paint_node, not a weston_view.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
Derek Foreman 2026-03-16 12:12:30 -05:00
parent 6a06562b77
commit f5fb552b57

View file

@ -216,8 +216,8 @@ drm_plane_state_put_back(struct drm_plane_state *state)
}
/**
* Given a weston_view, fill the drm_plane_state's co-ordinates to display on
* a given plane.
* Given a weston_paint_node, fill the drm_plane_state's co-ordinates to
* display on a given plane.
*/
void
drm_plane_state_coords_for_paint_node(struct drm_plane_state *state,