https://bugs.kde.org/show_bug.cgi?id=400987
--- Comment #22 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 5afbaa5e43f923db491628d8d848e3070c92dc94 by David Edmundson. Committed on 25/02/2019 at 14:13. Pushed by davidedmundson into branch 'master'. Only commit XdgOutput::done if changed Summary: XdgOutput no-ops if one calls setLogicalSize(someSize) and someSize matches the last sent size However, as we have an explicit done signal, we currently end up sending this regardless. This patches tracks if we've made any changes to commit in the done event. Reviewers: #kwin, romangg Reviewed By: #kwin, romangg Subscribers: romangg, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19255 M +7 -0 src/server/xdgoutput_interface.cpp https://commits.kde.org/kwayland/5afbaa5e43f923db491628d8d848e3070c92dc94 -- You are receiving this mail because: You are watching all bug changes.