mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 16:31:29 +00:00
5 lines
129 B
C
5 lines
129 B
C
#include <wlr/types/wlr_surface.h>
|
|
|
|
void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
|
|
bool whole);
|