summaryrefslogtreecommitdiffstats
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 728daa84..a69da9db 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -297,4 +297,10 @@ bool container_is_floating(struct sway_container *container);
297 */ 297 */
298void container_get_box(struct sway_container *container, struct wlr_box *box); 298void container_get_box(struct sway_container *container, struct wlr_box *box);
299 299
300/**
301 * Move a floating container to a new layout-local position.
302 */
303void container_floating_move_to(struct sway_container *con,
304 double lx, double ly);
305
300#endif 306#endif