aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 5c368df2..2c973f71 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -285,6 +285,7 @@ bool container_is_fullscreen_or_child(struct sway_container *container);
285/** 285/**
286 * Return the output which will be used for scale purposes. 286 * Return the output which will be used for scale purposes.
287 * This is the most recently entered output. 287 * This is the most recently entered output.
288 * If the container is not on any output, return NULL.
288 */ 289 */
289struct sway_output *container_get_effective_output(struct sway_container *con); 290struct sway_output *container_get_effective_output(struct sway_container *con);
290 291