Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
4a505823
Commit
4a505823
authored
May 19, 2021
by
David Edmundson
Browse files
Send surface_leave events before announcing output removal
It's the more logical order from the POV of a client
parent
0c49d302
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/output_interface.cpp
View file @
4a505823
...
...
@@ -187,8 +187,8 @@ void OutputInterface::remove()
displayPrivate
->
outputs
.
removeOne
(
this
);
}
d
->
globalRemove
();
Q_EMIT
removed
();
d
->
globalRemove
();
}
QSize
OutputInterface
::
pixelSize
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment