summaryrefslogtreecommitdiffstats
path: root/include/focus.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-28 07:26:37 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-28 07:26:37 -0400
commitee67c5bee34c4a98f8df3db68e92eaa55f1d579d (patch)
tree42bb6aced0f15f2d3f5ae4f5da02c1a9d6083dac /include/focus.h
parentMerge pull request #792 from acrisci/feature/render-focused-stack-children-fo... (diff)
parentImplement `focus child` command (diff)
downloadsway-ee67c5bee34c4a98f8df3db68e92eaa55f1d579d.tar.gz
sway-ee67c5bee34c4a98f8df3db68e92eaa55f1d579d.tar.zst
sway-ee67c5bee34c4a98f8df3db68e92eaa55f1d579d.zip
Merge pull request #791 from acrisci/feature/focus-child0.9-rc1
Implement `focus child` command
Diffstat (limited to 'include/focus.h')
-rw-r--r--include/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/focus.h b/include/focus.h
index 602b6122..236d050b 100644
--- a/include/focus.h
+++ b/include/focus.h
@@ -5,7 +5,8 @@ enum movement_direction {
5 MOVE_RIGHT, 5 MOVE_RIGHT,
6 MOVE_UP, 6 MOVE_UP,
7 MOVE_DOWN, 7 MOVE_DOWN,
8 MOVE_PARENT 8 MOVE_PARENT,
9 MOVE_CHILD
9}; 10};
10 11
11#include "container.h" 12#include "container.h"