aboutsummaryrefslogtreecommitdiff
path: root/include/sway/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/focus.h')
-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 {
MOVE_PARENT,
MOVE_CHILD,
MOVE_NEXT,
- MOVE_PREV
+ MOVE_PREV,
+ MOVE_FIRST
};
#include "container.h"