[platforms/wayland] Make WaylandOutput::init() private
AbandonedPublic

Authored by zzag on Aug 30 2019, 1:23 PM.

Details

Reviewers
gladhorn
romangg
Group Reviewers
KWin
Summary

This method is meant to be used only by WaylandBackend.

Diff Detail

Repository
R108 KWin
Branch
make-init-method-private
Lint
Lint OK
Unit
No Unit Test Coverage
Build Status
Buildable 15852
Build 15870: arc lint + arc unit
zzag created this revision.Aug 30 2019, 1:23 PM
Restricted Application added a project: KWin. · View Herald TranscriptAug 30 2019, 1:23 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Aug 30 2019, 1:23 PM
gladhorn accepted this revision.Sep 14 2019, 9:00 PM
This revision is now accepted and ready to land.Sep 14 2019, 9:00 PM
romangg requested changes to this revision.Sep 14 2019, 9:19 PM
romangg added a subscriber: romangg.

As already discussed in the other diff I don't want to guess all the time what private fields get manipulated by the backend somewhere. If you want to improve the code make it unnecessary that DrmBackend is friend with DrmOutput, not do it for all the other backends alike.

This revision now requires changes to proceed.Sep 14 2019, 9:19 PM
zzag abandoned this revision.Sep 23 2019, 3:58 PM