mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Return an error when resizing is a no op
This commit is contained in:
parent
dc01e884f7
commit
42f1fdf015
2 changed files with 20 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue