mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +00:00
WindowServer: Add a new IsMaximized message
New message to query window maximized state.
This commit is contained in:
parent
5bd0015583
commit
5950736efa
3 changed files with 13 additions and 0 deletions
|
@ -54,6 +54,8 @@ endpoint WindowServer = 2
|
|||
SetWindowRect(i32 window_id, Gfx::IntRect rect) => (Gfx::IntRect rect)
|
||||
GetWindowRect(i32 window_id) => (Gfx::IntRect rect)
|
||||
|
||||
IsMaximized(i32 window_id) => (bool maximized)
|
||||
|
||||
InvalidateRect(i32 window_id, Vector<Gfx::IntRect> rects, bool ignore_occlusion) =|
|
||||
DidFinishPainting(i32 window_id, Vector<Gfx::IntRect> rects) =|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue