summaryrefslogtreecommitdiffstats
path: root/include/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index d1905720..50ca2bf5 100644
--- a/include/container.h
+++ b/include/container.h
@@ -168,6 +168,8 @@ swayc_t *new_view(swayc_t *sibling, wlc_handle handle);
168 */ 168 */
169swayc_t *new_floating_view(wlc_handle handle); 169swayc_t *new_floating_view(wlc_handle handle);
170 170
171void floating_view_sane_size(swayc_t *view);
172
171/** 173/**
172 * Frees an output's container. 174 * Frees an output's container.
173 */ 175 */