summaryrefslogtreecommitdiffstats
path: root/include/sway/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/focus.h')
-rw-r--r--include/sway/focus.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sway/focus.h b/include/sway/focus.h
index b532edc2..30c9e108 100644
--- a/include/sway/focus.h
+++ b/include/sway/focus.h
@@ -6,7 +6,9 @@ enum movement_direction {
6 MOVE_UP, 6 MOVE_UP,
7 MOVE_DOWN, 7 MOVE_DOWN,
8 MOVE_PARENT, 8 MOVE_PARENT,
9 MOVE_CHILD 9 MOVE_CHILD,
10 MOVE_NEXT,
11 MOVE_PREV
10}; 12};
11 13
12#include "container.h" 14#include "container.h"
@@ -40,4 +42,3 @@ extern bool suspend_workspace_cleanup;
40bool move_focus(enum movement_direction direction); 42bool move_focus(enum movement_direction direction);
41 43
42#endif 44#endif
43