mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Implement layer surface damage
This commit is contained in:
parent
4bf936360d
commit
f444a0d14c
5 changed files with 82 additions and 19 deletions
|
|
@ -36,7 +36,7 @@ void output_damage_from_view(struct roots_output *output,
|
|||
struct roots_view *view);
|
||||
void output_damage_whole_drag_icon(struct roots_output *output,
|
||||
struct roots_drag_icon *icon);
|
||||
void output_damage_whole_surface(struct wlr_surface *surface,
|
||||
double lx, double ly, float rotation, void *data);
|
||||
void output_damage_from_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