Fix title textures on scale change

This commit is contained in:
Brian Ashworth 2018-07-30 01:59:20 -04:00
parent 8dacd0639c
commit b8efdeae29
3 changed files with 8 additions and 6 deletions

View file

@ -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);