mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
WindowServer+LibGUI: Port WindowServer's Menu name to new String
This commit is contained in:
parent
51bd9ca037
commit
7e33857afa
7 changed files with 15 additions and 15 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
endpoint WindowServer
|
||||
{
|
||||
create_menu(i32 menu_id, [UTF8] DeprecatedString name) =|
|
||||
set_menu_name(i32 menu_id, DeprecatedString name) =|
|
||||
create_menu(i32 menu_id, [UTF8] String name) =|
|
||||
set_menu_name(i32 menu_id, String 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