sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d8c4a2d5fe5c2fb5f3941a5daf9edb679242bb11
parent fdcfe00781d3ee31df99acb43ccd3873d2229809
Author: Simon Ser <contact@emersion.fr>
Date:   Wed,  3 Jul 2024 23:48:03 +0200

tree/container: drop decl for container_update_textures_recursive()

This function doesn't exist anymore.

Diffstat:
Minclude/sway/tree/container.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h @@ -175,8 +175,6 @@ struct sway_container *container_obstructing_fullscreen_container(struct sway_co bool container_has_ancestor(struct sway_container *container, struct sway_container *ancestor); -void container_update_textures_recursive(struct sway_container *con); - void container_reap_empty(struct sway_container *con); struct sway_container *container_flatten(struct sway_container *container);