aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/default_border.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2017-03-13 07:35:12 -0400
commitb507462d1c66e11cce76e069a508621dc9599f07 (patch)
tree52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /sway/commands/default_border.c
parentdeprecate new_window and new_float commands (diff)
parentMerge pull request #1113 from johnchen902/patch-1 (diff)
downloadsway-b507462d1c66e11cce76e069a508621dc9599f07.tar.gz
sway-b507462d1c66e11cce76e069a508621dc9599f07.tar.zst
sway-b507462d1c66e11cce76e069a508621dc9599f07.zip
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'sway/commands/default_border.c')
-rw-r--r--sway/commands/default_border.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/default_border.c b/sway/commands/default_border.c
index f7710b03..8fbe8d19 100644
--- a/sway/commands/default_border.c
+++ b/sway/commands/default_border.c
@@ -1,5 +1,6 @@
1#include <errno.h> 1#include <errno.h>
2#include <string.h> 2#include <string.h>
3#include <strings.h>
3#include "sway/commands.h" 4#include "sway/commands.h"
4#include "sway/container.h" 5#include "sway/container.h"
5 6