aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/container.h
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-30 01:59:20 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-07-30 01:59:20 -0400
commitb8efdeae298d59bf7015a9821e3d29cc4e9852e1 (patch)
treef1758d634c85ac5772e26d91078e892e596a6c40 /include/sway/tree/container.h
parentEnable unstable wlroots features (diff)
downloadsway-b8efdeae298d59bf7015a9821e3d29cc4e9852e1.tar.gz
sway-b8efdeae298d59bf7015a9821e3d29cc4e9852e1.tar.zst
sway-b8efdeae298d59bf7015a9821e3d29cc4e9852e1.zip
Fix title textures on scale change
Diffstat (limited to 'include/sway/tree/container.h')
-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,
270 270
271void container_create_notify(struct sway_container *container); 271void container_create_notify(struct sway_container *container);
272 272
273void container_update_textures_recursive(struct sway_container *con);
274
273void container_damage_whole(struct sway_container *container); 275void container_damage_whole(struct sway_container *container);
274 276
275bool container_reap_empty(struct sway_container *con); 277bool container_reap_empty(struct sway_container *con);