summaryrefslogtreecommitdiffstats
path: root/include/focus.h
diff options
context:
space:
mode:
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"