blob: 96bdc94ccba749ff2bbd4e362a4d1a66b18d0a99 (
plain)
1
2
3
4
5
6
7
|
#include <wlr/types/wlr_surface.h>
void desktop_damage_whole_surface(struct wlr_surface *surface, double lx,
double ly);
void desktop_damage_from_surface(struct wlr_surface *surface, double lx,
double ly);
|