output: drop enable/mode events

The backend no longer changes the output state behind the
compositor's back. Instead, compositors can listen to the "commit"
event and check for WLR_OUTPUT_STATE_ENABLED/WLR_OUTPUT_STATE_MODE.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2300
This commit is contained in:
Simon Ser 2022-12-01 10:13:12 +01:00 committed by Simon Zeni
parent 4287f70dc3
commit c8eb24d30e
2 changed files with 0 additions and 11 deletions

View file

@ -175,8 +175,6 @@ struct wlr_output {
struct wl_signal present; // wlr_output_event_present
// Emitted after a client bound the wl_output global
struct wl_signal bind; // wlr_output_event_bind
struct wl_signal enable;
struct wl_signal mode;
struct wl_signal description;
struct wl_signal request_state;
struct wl_signal destroy;