mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 02:38:01 +02:00
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:
parent
6a06562b77
commit
f5fb552b57
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue