mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WindowServer: Add a new IsMaximized message
New message to query window maximized state.
This commit is contained in:
parent
5bd0015583
commit
5950736efa
Notes:
sideshowbarker
2024-07-19 05:33:33 +09:00
Author: https://github.com/asliturk
Commit: 5950736efa
Pull-request: https://github.com/SerenityOS/serenity/pull/2581
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