mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
Rename container_set_geometry_from_view
This commit is contained in:
parent
3281574fa3
commit
70f5d6fcf3
3 changed files with 11 additions and 11 deletions
|
|
@ -238,7 +238,7 @@ size_t container_titlebar_height(void);
|
|||
|
||||
void container_set_floating(struct sway_container *container, bool enable);
|
||||
|
||||
void container_set_geometry_from_view(struct sway_container *container);
|
||||
void container_set_geometry_from_floating_view(struct sway_container *con);
|
||||
|
||||
/**
|
||||
* Determine if the given container is itself floating.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue