mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Rebuild textures if needed when moving a container
When moving a container to an output which has a different scale than the previous, rebuild the title and marks textures at the new scale. Fixes #1999.
This commit is contained in:
parent
c2c5a3f5f6
commit
9fd28aea8c
2 changed files with 43 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ struct sway_container {
|
|||
// Passed the previous parent
|
||||
struct wl_signal reparent;
|
||||
} events;
|
||||
|
||||
struct wl_listener reparent;
|
||||
};
|
||||
|
||||
struct sway_container *container_create(enum sway_container_type type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue