mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Remove container_self_or_parent_floating
This commit is contained in:
parent
70f5d6fcf3
commit
d4ed204d4d
2 changed files with 0 additions and 15 deletions
|
|
@ -246,10 +246,4 @@ void container_set_geometry_from_floating_view(struct sway_container *con);
|
|||
*/
|
||||
bool container_is_floating(struct sway_container *container);
|
||||
|
||||
/**
|
||||
* Determine if the given container is itself floating or is a child of a
|
||||
* floating container.
|
||||
*/
|
||||
bool container_self_or_parent_floating(struct sway_container *container);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue