mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Update output containers on output layout change
This commit is contained in:
parent
d293c42942
commit
a4619e98c4
4 changed files with 23 additions and 57 deletions
|
|
@ -13,15 +13,7 @@ struct sway_output {
|
|||
struct sway_server *server;
|
||||
struct timespec last_frame;
|
||||
|
||||
struct {
|
||||
struct wl_signal scale;
|
||||
struct wl_signal transform;
|
||||
} events;
|
||||
|
||||
struct wl_listener frame;
|
||||
struct wl_listener resolution;
|
||||
struct wl_listener scale;
|
||||
struct wl_listener transform;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue