aboutsummaryrefslogtreecommitdiff
path: root/sway/movement.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-13 11:00:00 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-13 11:00:00 -0400
commit94e81fd64c4f63815047fa1ad895cade9afa8bd4 (patch)
tree9770eded52cae4f9d3d033123e1470d7873624c5 /sway/movement.h
parent9475548f2426b3892a6d14961af36edc49b72182 (diff)
parent0a205776d7023cb8dea0d62994dff7b01d19dbcf (diff)
Merge pull request #23 from taiyu-len/master
moving things around + statics + forking + exec cleanup + fixed cmd_focus return + keep exec programs out of logs
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