mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
WindowServer: Allow updating the name of a menu
This commit is contained in:
parent
952f6bbb2a
commit
cf730403ea
5 changed files with 29 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
endpoint WindowServer
|
||||
{
|
||||
create_menu(i32 menu_id, [UTF8] DeprecatedString name) =|
|
||||
set_menu_name(i32 menu_id, DeprecatedString name) =|
|
||||
destroy_menu(i32 menu_id) =|
|
||||
|
||||
add_menu(i32 window_id, i32 menu_id) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue