summaryrefslogtreecommitdiffstats
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 @@
4#include <wlc/wlc.h> 4#include <wlc/wlc.h>
5#include "list.h" 5#include "list.h"
6 6
7enum movement_direction{ 7enum movement_direction {
8 MOVE_LEFT, 8 MOVE_LEFT,
9 MOVE_RIGHT, 9 MOVE_RIGHT,
10 MOVE_UP, 10 MOVE_UP,
11 MOVE_DOWN 11 MOVE_DOWN,
12 MOVE_PARENT
12}; 13};
13 14
14int move_focus(enum movement_direction direction); 15int move_focus(enum movement_direction direction);