aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/container.h')
-rw-r--r--include/sway/tree/container.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index f7a4ac37..d2508994 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -212,6 +212,9 @@ void container_update_representation(struct sway_container *container);
212 */ 212 */
213size_t container_titlebar_height(void); 213size_t container_titlebar_height(void);
214 214
215void floating_calculate_constraints(int *min_width, int *max_width,
216 int *min_height, int *max_height);
217
215/** 218/**
216 * Resize and center the container in its workspace. 219 * Resize and center the container in its workspace.
217 */ 220 */