mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fix surface layer damage tracking
This commit is contained in:
parent
e841e5602b
commit
776b81d499
4 changed files with 21 additions and 8 deletions
|
|
@ -40,6 +40,8 @@ void output_damage_from_view(struct roots_output *output,
|
|||
void output_damage_whole_drag_icon(struct roots_output *output,
|
||||
struct roots_drag_icon *icon);
|
||||
void output_damage_from_local_surface(struct roots_output *output,
|
||||
struct wlr_surface *surface, double ox, double oy, float rotation);
|
||||
struct wlr_surface *surface, double ox, double oy, float rotation);
|
||||
void output_damage_whole_local_surface(struct roots_output *output,
|
||||
struct wlr_surface *surface, double ox, double oy, float rotation);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue