Fix output initialization
Summary: Fixes a regression where displays would not be available to kscreen. Test Plan: Can configure my screens again. Reviewers: davidedmundson Reviewed By: davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D28243
This commit is contained in:
parent
e323e62202
commit
48a8fdbdc7
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ void AbstractWaylandOutput::initInterfaces(const QString &model, const QString &
|
||||||
|
|
||||||
// start off enabled
|
// start off enabled
|
||||||
m_waylandOutput->create();
|
m_waylandOutput->create();
|
||||||
|
m_waylandOutputDevice->create();
|
||||||
m_xdgOutput->setLogicalSize(pixelSize() / scale());
|
m_xdgOutput->setLogicalSize(pixelSize() / scale());
|
||||||
m_xdgOutput->done();
|
m_xdgOutput->done();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue