platform_impl/linux/x11: fix deadlock in fn set_fullscreen_inner (#1579)
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
parent
03335cef85
commit
a4121a2c2e
2 changed files with 2 additions and 0 deletions
|
|
@ -640,6 +640,7 @@ impl UnownedWindow {
|
|||
let flusher = self.set_fullscreen_hint(false);
|
||||
let mut shared_state_lock = self.shared_state.lock();
|
||||
if let Some(position) = shared_state_lock.restore_position.take() {
|
||||
drop(shared_state_lock);
|
||||
self.set_position_inner(position.0, position.1).queue();
|
||||
}
|
||||
Some(flusher)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue