diff options
Diffstat (limited to 'sway/movement.h')
-rw-r--r-- | sway/movement.h | 2 |
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{ MOVE_DOWN }; -void move_focus(enum movement_direction direction); +int move_focus(enum movement_direction direction); #endif |