summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/focus.h b/include/sway/focus.h
index 30c9e108..652cdccc 100644
--- a/include/sway/focus.h
+++ b/include/sway/focus.h
@@ -8,7 +8,8 @@ enum movement_direction {
8 MOVE_PARENT, 8 MOVE_PARENT,
9 MOVE_CHILD, 9 MOVE_CHILD,
10 MOVE_NEXT, 10 MOVE_NEXT,
11 MOVE_PREV 11 MOVE_PREV,
12 MOVE_FIRST
12}; 13};
13 14
14#include "container.h" 15#include "container.h"