Skip to content

Add explicit done to OutputInterface and deprecate zxdg_output_v1.done if version 3 is used.

Xuetian Weng requested to merge work/explicit-output-interface-done into master

In zxdg_output_v1 version 3, done is deprecated and should be replaced with wl_output.done. This makes automatically send done upon change not suitable for the usage. OutputInterface user should now use done() explicitly to send the update.

CCBUG: 433224

KWin MR: kwin!773 (merged)

Edited by Méven Car

Merge request reports