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

WindowServer: Rename menu_title to name in IPC API

This is referred to as the name everywhere else, so we should be
consistent here.
This commit is contained in:
MacDue 2023-03-26 21:22:45 +01:00 committed by Linus Groh
parent 9dbfba0879
commit 952f6bbb2a
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
endpoint WindowServer
{
create_menu(i32 menu_id, [UTF8] DeprecatedString menu_title) =|
create_menu(i32 menu_id, [UTF8] DeprecatedString name) =|
destroy_menu(i32 menu_id) =|
add_menu(i32 window_id, i32 menu_id) =|