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:
parent
7c1df68be3
commit
4277be356a
3 changed files with 6 additions and 35 deletions
|
@ -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) => ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue