https://bugs.kde.org/show_bug.cgi?id=384733
--- Comment #15 from Sebastian Kügler <se...@kde.org> --- Git commit d16f63b6e64b49f8dbd4742045b0766a8c550b4b by Sebastian Kügler. Committed on 21/09/2017 at 14:15. Pushed by sebas into branch 'master'. inform outputconfiguration clients that a change has been applied Summary: After changing the output configuration, the client expects that it is informed whether or not a new configuration has been applied (or failed). This was ommitted so far, meaning that clients wouldn't know what happened in kwin. Since we don't track if a setting failed yet, send the applied() signal regardless. Test Plan: Verified that the signal arrived in libkscreen after changing scale of an output Reviewers: graesslin, davidedmundson Reviewed By: davidedmundson Subscribers: kwin, #kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D7910 M +7 -0 platform.cpp M +5 -0 plugins/platforms/drm/drm_backend.cpp https://commits.kde.org/kwin/d16f63b6e64b49f8dbd4742045b0766a8c550b4b -- You are receiving this mail because: You are watching all bug changes.