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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 493c70e2..a5f591ce 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -216,7 +216,11 @@ void container_update_title_textures(struct sway_container *container);
216 */ 216 */
217void container_calculate_title_height(struct sway_container *container); 217void container_calculate_title_height(struct sway_container *container);
218 218
219void container_notify_child_title_changed(struct sway_container *container); 219/**
220 * Notify a container that a tree modification has changed in its children,
221 * so the container can update its tree representation.
222 */
223void container_notify_subtree_changed(struct sway_container *container);
220 224
221/** 225/**
222 * Return the height of a regular title bar. 226 * Return the height of a regular title bar.