diff options
author | wil <william.barsse@gmail.com> | 2017-01-01 22:02:19 +0100 |
---|---|---|
committer | wil <william.barsse@gmail.com> | 2017-01-01 22:02:19 +0100 |
commit | 704b2db050cf3dfc6bde57771ae58bb48e0eb96c (patch) | |
tree | 7c7061ce00db9847961f486cc8b776bedb854cbb /include/sway | |
parent | 97f70987d70315c683fd1e16c731b396679f6b96 (diff) | |
parent | 0412e95ba99581a32513eb241e6ac2c4e4ed03dc (diff) |
Merge branch 'master' of https://github.com/willakat/sway
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/layout.h | 1 |
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, .. enum swayc_layouts default_layout(swayc_t *output); bool is_auto_layout(enum swayc_layouts layout); + #endif |