aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-09-29 17:05:55 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-09-29 17:05:55 +1000
commitaee7862a6d5f47d291336ca18c09f81f00f046de (patch)
tree8b2e2ce185e180d077cb947dd99ac6b4598535f9 /include
parent0e199b821f9f6a7982ef35049f979ba171461923 (diff)
Return an error when resizing is a no op
Diffstat (limited to 'include')
-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 1654eb48..370a1f7a 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.
*/
-void container_resize_tiled(struct sway_container *parent, enum wlr_edges edge,
+bool container_resize_tiled(struct sway_container *parent, enum wlr_edges edge,
int amount);
sway_cmd cmd_assign;