diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-05-26 16:32:24 +1000 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-05-26 16:32:24 +1000 |
| commit | f1c37602d56406f07d9de8e5bdc8f2d01ca943bb (patch) | |
| tree | 1364ee0111dd199dd457372b539107ce47d1190f /include | |
| parent | 04284ec8deb472c30a64164d327bb03888652e1a (diff) | |
Rename container_set_geometry_from_view
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 4b686040..38c0f35d 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -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. |
