Port away from EffectsHandler::screenGeometryChanged() to EffectsHandler::virtualScreenGeometryChanged()
It's confusing to have two signals (virtualScreenGeometryChanged() and screenGeometryChanged()) that indicate the same thing. This change ports parts of kwin from the screenGeometryChanged() signal to the virtualScreenGeometryChanged() signal with the main motivation to drop the former. The virtualScreenGeometryChanged() signal was chosen as the replacement for the consistency sake with EffectsHandler's virtualScreenGeometry and virtualScreenSize properties.remotes/origin/work/temp_davepolish
parent
894ed68ff4
commit
ff87b33a8a
4 changed files with 7 additions and 9 deletions
Loading…
Reference in new issue