mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 03:30:19 +01:00
compositor: Remove weston_view_damage_below()
It has no more callers, and hasn't done what its name implies for a very long time. Remove it. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
This commit is contained in:
parent
cc0edfd13d
commit
a124b19a01
2 changed files with 0 additions and 9 deletions
|
|
@ -2193,9 +2193,6 @@ void
|
|||
weston_surface_set_size(struct weston_surface *surface,
|
||||
int32_t width, int32_t height);
|
||||
|
||||
void
|
||||
weston_view_damage_below(struct weston_view *view);
|
||||
|
||||
void
|
||||
weston_view_unmap(struct weston_view *view);
|
||||
|
||||
|
|
|
|||
|
|
@ -1279,12 +1279,6 @@ weston_paint_node_move_to_plane(struct weston_paint_node *pnode,
|
|||
PAINT_NODE_VISIBILITY_DIRTY;
|
||||
}
|
||||
|
||||
WL_EXPORT void
|
||||
weston_view_damage_below(struct weston_view *view)
|
||||
{
|
||||
weston_view_schedule_repaint(view);
|
||||
}
|
||||
|
||||
/** Send wl_surface.enter/leave events
|
||||
*
|
||||
* \param surface The surface.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue