https://bugs.kde.org/show_bug.cgi?id=433224
--- Comment #7 from Weng Xuetian <wen...@gmail.com> --- Git commit e004156aba52fc025f491b11ac26b0e9f873803e by Weng Xuetian. Committed on 19/03/2021 at 17:39. Pushed by xuetianweng into branch 'master'. Add explicit done to OutputInterface and deprecate zxdg_output_v1.done if version 3 is used. 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. M +7 -0 autotests/client/test_wayland_output.cpp M +1 -0 autotests/client/test_xdg_output.cpp M +7 -4 src/server/output_interface.cpp M +6 -0 src/server/output_interface.h M +19 -6 src/server/xdgoutput_v1_interface.cpp M +1 -1 src/server/xdgoutput_v1_interface.h https://invent.kde.org/plasma/kwayland-server/commit/e004156aba52fc025f491b11ac26b0e9f873803e -- You are receiving this mail because: You are watching all bug changes.