mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Listen to the output request_state event
References: https://github.com/swaywm/wlroots/pull/2693
This commit is contained in:
parent
024c3e4428
commit
907ca48a61
2 changed files with 11 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ struct sway_output {
|
|||
struct wl_listener damage;
|
||||
struct wl_listener frame;
|
||||
struct wl_listener needs_frame;
|
||||
struct wl_listener request_state;
|
||||
|
||||
struct {
|
||||
struct wl_signal disable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue