summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 964061db..8448d705 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -217,6 +217,8 @@ void floating_calculate_constraints(int *min_width, int *max_width,
217 217
218void container_floating_resize_and_center(struct sway_container *con); 218void container_floating_resize_and_center(struct sway_container *con);
219 219
220void container_floating_set_default_size(struct sway_container *con);
221
220void container_set_floating(struct sway_container *container, bool enable); 222void container_set_floating(struct sway_container *container, bool enable);
221 223
222void container_set_geometry_from_content(struct sway_container *con); 224void container_set_geometry_from_content(struct sway_container *con);