summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/arrange.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/tree/arrange.h b/include/sway/tree/arrange.h
index 6c8c0dba..58235642 100644
--- a/include/sway/tree/arrange.h
+++ b/include/sway/tree/arrange.h
@@ -16,6 +16,10 @@ void add_gaps(struct sway_container *c);
16 * 16 *
17 * Use this function if you need to arrange multiple sections of the tree in one 17 * Use this function if you need to arrange multiple sections of the tree in one
18 * transaction. 18 * transaction.
19 *
20 * You must set the desired state of the container before calling
21 * arrange_windows, then don't change any state-tracked properties in the
22 * container until you've called transaction_commit.
19 */ 23 */
20void arrange_windows(struct sway_container *container, 24void arrange_windows(struct sway_container *container,
21 struct sway_transaction *transaction); 25 struct sway_transaction *transaction);