1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-15 23:46:18 +00:00

WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap

This commit is contained in:
Andreas Kling 2021-01-16 10:59:25 +01:00
parent 7c1df68be3
commit 4277be356a
3 changed files with 6 additions and 35 deletions

View file

@ -23,7 +23,7 @@ endpoint WindowServer = 2
bool checked,
bool is_default,
[UTF8] String shortcut,
i32 icon_buffer_id,
Gfx::ShareableBitmap icon,
bool exclusive) => ()
AddMenuSeparator(i32 menu_id) => ()