mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
WindowServer: Add WindowServer::async_set_window_parent_from_client()
This allows a client to set the parent for one of its local windows where the parent window is in another client.
This commit is contained in:
parent
522f6775a7
commit
88e6d18a61
Notes:
sideshowbarker
2024-07-18 08:50:00 +09:00
Author: https://github.com/timmot
Commit: 88e6d18a61
Pull-request: https://github.com/SerenityOS/serenity/pull/8636
Issue: https://github.com/SerenityOS/serenity/issues/8628
Issue: https://github.com/SerenityOS/serenity/issues/8630
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
3 changed files with 20 additions and 0 deletions
|
@ -147,4 +147,6 @@ endpoint WindowServer
|
|||
get_desktop_display_scale(u32 screen_index) => (int desktop_display_scale)
|
||||
|
||||
set_flash_flush(bool enabled) =|
|
||||
|
||||
set_window_parent_from_client(i32 client_id, i32 parent_id, i32 child_id) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue