wayland: Reset SurfaceInterface::primaryOutput when the output is removed
CCBUG: 477325
This commit is contained in:
parent
1f32d01a49
commit
a01a11fc35
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public:
|
||||||
Transaction *lastTransaction = nullptr;
|
Transaction *lastTransaction = nullptr;
|
||||||
|
|
||||||
QList<OutputInterface *> outputs;
|
QList<OutputInterface *> outputs;
|
||||||
OutputInterface *primaryOutput = nullptr;
|
QPointer<OutputInterface> primaryOutput;
|
||||||
std::optional<qreal> preferredBufferScale;
|
std::optional<qreal> preferredBufferScale;
|
||||||
std::optional<OutputTransform> preferredBufferTransform;
|
std::optional<OutputTransform> preferredBufferTransform;
|
||||||
std::optional<ColorDescription> preferredColorDescription;
|
std::optional<ColorDescription> preferredColorDescription;
|
||||||
|
|
Loading…
Reference in a new issue