mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibGUI/WindowServer: Add set_maximized IPC call
Add an IPC call to enable the client to manually maximize it's own window.
This commit is contained in:
parent
a00d154522
commit
2f7dc29ab7
5 changed files with 18 additions and 0 deletions
|
@ -68,6 +68,7 @@ endpoint WindowServer
|
|||
start_window_resize(i32 window_id) =|
|
||||
|
||||
is_maximized(i32 window_id) => (bool maximized)
|
||||
set_maximized(i32 window_id, bool maximized) =|
|
||||
|
||||
invalidate_rect(i32 window_id, Vector<Gfx::IntRect> rects, bool ignore_occlusion) =|
|
||||
did_finish_painting(i32 window_id, Vector<Gfx::IntRect> rects) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue