WindowServer: Refactor more of the menu APIs to be message-based.

This is all pretty verbose but I can whittle it down later. :^)
This commit is contained in:
Andreas Kling 2019-02-13 18:48:22 +01:00
commit cf432b4c3d
Notes: sideshowbarker 2024-07-19 15:45:29 +09:00
13 changed files with 229 additions and 171 deletions

View file

@ -24,6 +24,7 @@ private:
friend class GMenuBar;
int menu_id() const { return m_menu_id; }
int realize_menu();
void unrealize_menu();
int m_menu_id { 0 };
String m_name;