aboutsummaryrefslogtreecommitdiffstats
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, 2 insertions, 5 deletions
diff --git a/include/sway/desktop.h b/include/sway/desktop.h
index 96bdc94c..f1ad759a 100644
--- a/include/sway/desktop.h
+++ b/include/sway/desktop.h
@@ -1,7 +1,4 @@
1#include <wlr/types/wlr_surface.h> 1#include <wlr/types/wlr_surface.h>
2 2
3void desktop_damage_whole_surface(struct wlr_surface *surface, double lx, 3void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
4 double ly); 4 bool whole);
5
6void desktop_damage_from_surface(struct wlr_surface *surface, double lx,
7 double ly);