aboutsummaryrefslogtreecommitdiffstats
path: root/sway/movement.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/movement.h')
-rw-r--r--sway/movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/movement.h b/sway/movement.h
index c88b44bd..44e630ff 100644
--- a/sway/movement.h
+++ b/sway/movement.h
@@ -11,6 +11,6 @@ enum movement_direction{
11 MOVE_DOWN 11 MOVE_DOWN
12}; 12};
13 13
14void move_focus(enum movement_direction direction); 14int move_focus(enum movement_direction direction);
15 15
16#endif 16#endif