Send surface_leave events before announcing output removal
It's the more logical order from the POV of a client
This commit is contained in:
parent
0c49d302ce
commit
4a505823d7
1 changed files with 1 additions and 1 deletions
|
@ -187,8 +187,8 @@ void OutputInterface::remove()
|
||||||
displayPrivate->outputs.removeOne(this);
|
displayPrivate->outputs.removeOne(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
d->globalRemove();
|
|
||||||
Q_EMIT removed();
|
Q_EMIT removed();
|
||||||
|
d->globalRemove();
|
||||||
}
|
}
|
||||||
|
|
||||||
QSize OutputInterface::pixelSize() const
|
QSize OutputInterface::pixelSize() const
|
||||||
|
|
Loading…
Reference in a new issue