summaryrefslogtreecommitdiff
path: root/sway/layout.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-03-13 21:10:46 -0400
committerMikkel Oscar Lyderik <[email protected]>2016-03-30 00:47:58 +0200
commitb903f7f655479b9ed095cf5b5950d963d525dd8c (patch)
treefe04ecc99f5ad6ca95ae1b445734e11c33cad114 /sway/layout.c
parenta8e084433d57609398fd1b72b72d3d7e71925d44 (diff)
Implement some more on borders
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
Diffstat (limited to 'sway/layout.c')
-rw-r--r--sway/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/layout.c b/sway/layout.c
index d9c4598f..be898c58 100644
--- a/sway/layout.c
+++ b/sway/layout.c
@@ -12,6 +12,7 @@
#include "focus.h"
#include "output.h"
#include "ipc-server.h"
+#include "render.h"
swayc_t root_container;
list_t *scratchpad;