mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add scale and transform events to sway_output
This commit is contained in:
parent
475a0132a9
commit
f3d880b0ec
3 changed files with 39 additions and 3 deletions
|
|
@ -12,8 +12,16 @@ struct sway_output {
|
|||
struct sway_container *swayc;
|
||||
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