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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sway/desktop.h b/include/sway/desktop.h
deleted file mode 100644
index 7f2f5b3e..00000000
--- a/include/sway/desktop.h
+++ /dev/null
@@ -1,13 +0,0 @@
1#include <wlr/types/wlr_compositor.h>
2
3struct sway_container;
4struct sway_view;
5
6void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
7 bool whole);
8
9void desktop_damage_whole_container(struct sway_container *con);
10
11void desktop_damage_box(struct wlr_box *box);
12
13void desktop_damage_view(struct sway_view *view);