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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/desktop.h b/include/sway/desktop.h
new file mode 100644
index 00000000..f1ad759a
--- /dev/null
+++ b/include/sway/desktop.h
@@ -0,0 +1,4 @@
1#include <wlr/types/wlr_surface.h>
2
3void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
4 bool whole);