mirror of
https://github.com/swaywm/sway.git
synced 2025-11-04 13:29:52 -05:00
Fix title textures on scale change
This commit is contained in:
parent
8dacd0639c
commit
b8efdeae29
3 changed files with 8 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue