aboutsummaryrefslogtreecommitdiff
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-10-09 15:42:43 +0200
committerGitHub <noreply@github.com>2018-10-09 15:42:43 +0200
commit43875c437b8224d917304046fc92fc4db62a0d98 (patch)
tree6637f4782414d18c89f16509211e7df7872ae5c0 /include/sway/commands.h
parent53164c4aa27f17d58cf867d70001c2737ecb0429 (diff)
parent61699a11463d5a1168358ba5f7fece6401ab0654 (diff)
Merge pull request #2805 from RyanDwyer/fix-resize-return-value
resize: Determine if anything changed using before/after check
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 48228a98..ab2da1a9 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -95,7 +95,7 @@ struct cmd_results *add_color(const char *name,
/**
* TODO: Move this function and its dependent functions to container.c.
*/
-bool container_resize_tiled(struct sway_container *parent, enum wlr_edges edge,
+void container_resize_tiled(struct sway_container *parent, enum wlr_edges edge,
int amount);
sway_cmd cmd_assign;