1
Fork 0
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:
Andreas Kling 2020-03-29 19:10:19 +02:00
parent 7cfe712f4d
commit 8c5fa05c39
3 changed files with 5 additions and 7 deletions

View file

@ -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) => ()