aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-07-30 08:05:14 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-07-30 08:05:14 -0400
commitc1d2c9382a3782344ecc57d6f34729acf203eddb (patch)
treef1758d634c85ac5772e26d91078e892e596a6c40 /include
parente61baa5de3176b70b17c2e0a00f3f3e2bdb740a7 (diff)
parent833f26728ce3b6b78452bc7a029352a7b211c2b1 (diff)
Merge pull request #2383 from RedSoxFan/fix-title-scale
Fix title textures on scale change
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index d91b3bf1..d4a42a71 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -270,6 +270,8 @@ int container_count_descendants_of_type(struct sway_container *con,
void container_create_notify(struct sway_container *container);
+void container_update_textures_recursive(struct sway_container *con);
+
void container_damage_whole(struct sway_container *container);
bool container_reap_empty(struct sway_container *con);