mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmap
This commit is contained in:
parent
7cfe712f4d
commit
8c5fa05c39
3 changed files with 5 additions and 7 deletions
|
@ -79,7 +79,7 @@ endpoint WindowServer = 2
|
|||
SetWallpaperMode(String mode) => ()
|
||||
|
||||
SetResolution(Gfx::Size resolution) => (bool success, Gfx::Size resolution)
|
||||
SetWindowIconBitmap(i32 window_id, i32 icon_buffer_id, Gfx::Size icon_size) => ()
|
||||
SetWindowIconBitmap(i32 window_id, Gfx::ShareableBitmap icon) => ()
|
||||
|
||||
GetWallpaper() => (String path)
|
||||
SetWindowOverrideCursor(i32 window_id, i32 cursor_type) => ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue