mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
WindowServer+LibGUI: Make "move window to front" asynchronous
This commit is contained in:
parent
691b6f69c5
commit
8684fca9df
Notes:
sideshowbarker
2024-07-18 18:23:15 +09:00
Author: https://github.com/awesomekling
Commit: 8684fca9df
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ void Window::move_to_front()
|
|||
if (!is_visible())
|
||||
return;
|
||||
|
||||
WindowServerConnection::the().move_window_to_front(m_window_id);
|
||||
WindowServerConnection::the().async_move_window_to_front(m_window_id);
|
||||
}
|
||||
|
||||
void Window::show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue