mirror of
https://github.com/NickHu/sway
synced 2024-12-28 22:23:30 +01:00
4 lines
129 B
C
4 lines
129 B
C
#include <wlr/types/wlr_surface.h>
|
|
|
|
void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
|
|
bool whole);
|