From b43161fd45c794448d17e705413949dbb62727db Mon Sep 17 00:00:00 2001 From: Taiyu Date: Mon, 10 Aug 2015 00:05:44 -0700 Subject: fixed focus_parent, moved into move_focus() function --- sway/movement.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sway/movement.h') 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 #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); -- cgit v1.2.3