aboutsummaryrefslogtreecommitdiff
path: root/sway/input
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-29 13:44:37 +0100
committerGitHub <noreply@github.com>2018-04-29 13:44:37 +0100
commit78e3bc1329e865fe8df2da77693868f38380ab30 (patch)
tree472f59488b8ae77b5f296de8d17e5ba68d4407fb /sway/input
parent24ab66d123ab493feb3c2343cbc9d93625b668d7 (diff)
parent976e6b99b62891a72e48fca21b93708e060c134a (diff)
Merge pull request #1854 from RyanDwyer/refactor-arrange-windows
Refactor arrange_windows()
Diffstat (limited to 'sway/input')
-rw-r--r--sway/input/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 963d38b2..8b9817da 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -16,6 +16,7 @@
#include "sway/ipc-server.h"
#include "sway/layers.h"
#include "sway/output.h"
+#include "sway/tree/arrange.h"
#include "sway/tree/container.h"
#include "sway/tree/view.h"
#include "sway/tree/workspace.h"