mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibGUI+WindowServer: Add Window::set_always_on_top()
This commit is contained in:
parent
50e74de279
commit
63a18aa89e
5 changed files with 21 additions and 0 deletions
|
@ -182,4 +182,6 @@ endpoint WindowServer
|
|||
add_window_stealing_for_client(i32 client_id, i32 window_id) => ()
|
||||
remove_window_stealing_for_client(i32 client_id, i32 window_id) => ()
|
||||
remove_window_stealing(i32 window_id) => ()
|
||||
|
||||
set_always_on_top(i32 window_id, bool always_on_top) => ()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue