aboutsummaryrefslogtreecommitdiff
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 a527674c..dd701877 100644
--- a/sway/movement.h
+++ b/sway/movement.h
@@ -12,6 +12,6 @@ enum movement_direction {
MOVE_PARENT
};
-int move_focus(enum movement_direction direction);
+bool move_focus(enum movement_direction direction);
#endif