summaryrefslogtreecommitdiffstats
path: root/include/sway/desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop.h')
-rw-r--r--include/sway/desktop.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sway/desktop.h b/include/sway/desktop.h
new file mode 100644
index 00000000..96bdc94c
--- /dev/null
+++ b/include/sway/desktop.h
@@ -0,0 +1,7 @@
1#include <wlr/types/wlr_surface.h>
2
3void desktop_damage_whole_surface(struct wlr_surface *surface, double lx,
4 double ly);
5
6void desktop_damage_from_surface(struct wlr_surface *surface, double lx,
7 double ly);