set scale on interfaces
AbandonedPublic

Authored by sebas on Sep 18 2017, 2:26 PM.

Details

Summary

When changing an output's scale, we need to inform the clients as well.
This ultimately happens by setting it on the interfaces, which then
passes the signal back to the clients.

Partial fix for
CCBUG:384733

Diff Detail

Repository
R108 KWin
Branch
setscalefixes
Lint
No Linters Available
Unit
No Unit Test Coverage
sebas created this revision.Sep 18 2017, 2:26 PM
Restricted Application added a project: KWin. · View Herald TranscriptSep 18 2017, 2:26 PM
Restricted Application added subscribers: KWin, kwin. · View Herald Transcript
davidedmundson requested changes to this revision.Sep 18 2017, 2:35 PM
davidedmundson added inline comments.
plugins/platforms/drm/drm_output.cpp
715

How is this different from the code that we already have in the method setScale() which this calls on line 714

This revision now requires changes to proceed.Sep 18 2017, 2:35 PM
sebas abandoned this revision.Sep 18 2017, 2:38 PM
sebas added inline comments.
plugins/platforms/drm/drm_output.cpp
715

Ow, overlooked. Nevermind...