1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

WindowServer+LibGUI: Port WindowServer's Menu name to new String

This commit is contained in:
Karol Kosek 2023-04-16 12:45:43 +02:00 committed by Andreas Kling
parent 51bd9ca037
commit 7e33857afa
7 changed files with 15 additions and 15 deletions

View file

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