summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar wil <william.barsse@gmail.com>2017-01-01 22:02:19 +0100
committerLibravatar wil <william.barsse@gmail.com>2017-01-01 22:02:19 +0100
commit704b2db050cf3dfc6bde57771ae58bb48e0eb96c (patch)
tree7c7061ce00db9847961f486cc8b776bedb854cbb /include
parent[fix] cleanups suggested by Sway community (diff)
parentDocument new layout command syntax (diff)
downloadsway-704b2db050cf3dfc6bde57771ae58bb48e0eb96c.tar.gz
sway-704b2db050cf3dfc6bde57771ae58bb48e0eb96c.tar.zst
sway-704b2db050cf3dfc6bde57771ae58bb48e0eb96c.zip
Merge branch 'master' of https://github.com/willakat/sway
Diffstat (limited to 'include')
-rw-r--r--include/sway/layout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/layout.h b/include/sway/layout.h
index 8cc513d8..d7fe748d 100644
--- a/include/sway/layout.h
+++ b/include/sway/layout.h
@@ -76,4 +76,5 @@ void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ..
76enum swayc_layouts default_layout(swayc_t *output); 76enum swayc_layouts default_layout(swayc_t *output);
77 77
78bool is_auto_layout(enum swayc_layouts layout); 78bool is_auto_layout(enum swayc_layouts layout);
79
79#endif 80#endif