blob: 348fb1870da2f70e567bb4f689a50ae73e5d91aa (
plain)
1
2
3
4
5
6
7
8
|
#include <wlr/types/wlr_surface.h>
struct sway_container;
void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
bool whole);
void desktop_damage_whole_container(struct sway_container *con);
|