aboutsummaryrefslogtreecommitdiff
path: root/sway/movement.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/movement.h')
-rw-r--r--sway/movement.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/sway/movement.h b/sway/movement.h
index 44e630ff..a527674c 100644
--- a/sway/movement.h
+++ b/sway/movement.h
@@ -4,11 +4,12 @@
#include <wlc/wlc.h>
#include "list.h"
-enum movement_direction{
- MOVE_LEFT,
- MOVE_RIGHT,
- MOVE_UP,
- MOVE_DOWN
+enum movement_direction {
+ MOVE_LEFT,
+ MOVE_RIGHT,
+ MOVE_UP,
+ MOVE_DOWN,
+ MOVE_PARENT
};
int move_focus(enum movement_direction direction);