aboutsummaryrefslogtreecommitdiff
path: root/include/sway/desktop.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-07-09 19:04:45 +0100
committerGitHub <noreply@github.com>2018-07-09 19:04:45 +0100
commitebcdce457a318a0c23509fe1e5ab3a3dc94f24b6 (patch)
treeb980c2518830ffc61b57d5721fa2a7fccf12a4ee /include/sway/desktop.h
parentd97b4fa4ed63f6068e0d8d7a1c1bc3ba4c7631fe (diff)
parentb0fc7e98501fc885197de90af6579dc121e7ef46 (diff)
Merge pull request #2223 from RyanDwyer/floating-move
Implement some floating move commands
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
index f1ad759a..348fb187 100644
--- a/include/sway/desktop.h
+++ b/include/sway/desktop.h
@@ -1,4 +1,8 @@
#include <wlr/types/wlr_surface.h>
+struct sway_container;
+
void desktop_damage_surface(struct wlr_surface *surface, double lx, double ly,
bool whole);
+
+void desktop_damage_whole_container(struct sway_container *con);