wayland: Arrange layer shell surfaces only on enabled outputs
There should not be any layer shell surfaces on disabled outputs.
This commit is contained in:
parent
154a38adf5
commit
de9af6edce
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void LayerShellV1Integration::rearrange()
|
||||||
{
|
{
|
||||||
m_rearrangeTimer->stop();
|
m_rearrangeTimer->stop();
|
||||||
|
|
||||||
const QVector<AbstractOutput *> outputs = kwinApp()->platform()->outputs();
|
const QVector<AbstractOutput *> outputs = kwinApp()->platform()->enabledOutputs();
|
||||||
for (AbstractOutput *output : outputs) {
|
for (AbstractOutput *output : outputs) {
|
||||||
rearrangeOutput(output);
|
rearrangeOutput(output);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue