mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Remove offset argument to container_add_sibling
I added this thinking that it might come in useful. Turns out it didn't.
This commit is contained in:
parent
0df04e27b6
commit
06d9693829
4 changed files with 6 additions and 6 deletions
|
|
@ -279,7 +279,7 @@ void container_insert_child(struct sway_container *parent,
|
|||
struct sway_container *child, int i);
|
||||
|
||||
void container_add_sibling(struct sway_container *parent,
|
||||
struct sway_container *child, int offset);
|
||||
struct sway_container *child);
|
||||
|
||||
void container_detach(struct sway_container *child);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue