Rename container_set_geometry_from_view

This commit is contained in:
Ryan Dwyer 2018-05-26 16:32:24 +10:00
parent 3281574fa3
commit 70f5d6fcf3
3 changed files with 11 additions and 11 deletions

View file

@ -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.