aboutsummaryrefslogtreecommitdiffstats
path: root/sway/layout.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-13 21:10:46 -0400
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-30 00:47:58 +0200
commitb903f7f655479b9ed095cf5b5950d963d525dd8c (patch)
treefe04ecc99f5ad6ca95ae1b445734e11c33cad114 /sway/layout.c
parentWindow borders proof of concept (diff)
downloadsway-b903f7f655479b9ed095cf5b5950d963d525dd8c.tar.gz
sway-b903f7f655479b9ed095cf5b5950d963d525dd8c.tar.zst
sway-b903f7f655479b9ed095cf5b5950d963d525dd8c.zip
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 @@
12#include "focus.h" 12#include "focus.h"
13#include "output.h" 13#include "output.h"
14#include "ipc-server.h" 14#include "ipc-server.h"
15#include "render.h"
15 16
16swayc_t root_container; 17swayc_t root_container;
17list_t *scratchpad; 18list_t *scratchpad;