mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-01 06:20:17 +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);
|