1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:58:13 +00:00

WindowServer: Move some menu related functions to MenuManager

This commit is contained in:
Andreas Kling 2020-02-07 12:10:39 +01:00
parent 6bda3bd8da
commit 6cf49c23d4
4 changed files with 14 additions and 15 deletions

View file

@ -90,6 +90,9 @@ public:
}
private:
const Gfx::Font& menu_font() const;
const Gfx::Font& app_menu_font() const;
void close_menus(const Vector<Menu*>&);
Window& window() { return *m_window; }