mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 18:55:07 +00:00
Rename GUI_Event to GUI_ServerMessage.
Now that communication is becoming bidirectional, "event" is no longer right.
This commit is contained in:
parent
4f98a35beb
commit
fbbf57b61c
12 changed files with 92 additions and 92 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue