mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Rename GUI_Event to GUI_ServerMessage.
Now that communication is becoming bidirectional, "event" is no longer right.
This commit is contained in:
@@ -140,8 +140,8 @@ void WSMenu::did_activate(WSMenuItem& item)
|
||||
|
||||
close();
|
||||
|
||||
GUI_Event gui_event;
|
||||
gui_event.type = GUI_Event::Type::MenuItemActivated;
|
||||
GUI_ServerMessage gui_event;
|
||||
gui_event.type = GUI_ServerMessage::Type::MenuItemActivated;
|
||||
gui_event.menu.menu_id = m_menu_id;
|
||||
gui_event.menu.identifier = item.identifier();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user