Skip to content

output: drop enable/mode events

Simon Ser requested to merge emersion/wlroots:drop-output-mode into master

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: #2300 (closed)

Merge request reports