Set mode in AbstractOutput
ClosedPublic

Authored by romangg on Nov 9 2018, 7:37 PM.

Details

Summary

Set the mode in AbstractOutput and call into the plugin
for final change on hardware.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
romangg created this revision.Nov 9 2018, 7:37 PM
Restricted Application added a project: KWin. · View Herald TranscriptNov 9 2018, 7:37 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
romangg requested review of this revision.Nov 9 2018, 7:37 PM

Is it worth moving emit modeChanged up to abstractOutput?

Is it worth moving emit modeChanged up to abstractOutput?

Wasn't sure, because it's only used by the drm backend and it's somewhat wrong named/defined (it emits also if there is not change). But will move it up for now.

romangg updated this revision to Diff 45347.Nov 12 2018, 10:37 AM
  • Move modeChanged signal
davidedmundson accepted this revision.Nov 12 2018, 10:44 AM
This revision is now accepted and ready to land.Nov 12 2018, 10:44 AM
This revision was automatically updated to reflect the committed changes.