From 70f5d6fcf3219f122077b7e8d0b43a464f4e3fd4 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sat, 26 May 2018 16:32:24 +1000 Subject: Rename container_set_geometry_from_view --- include/sway/tree/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.2.3-54-g00ecf