1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00

WindowServer: Display menus with 95% opacity by default.

This commit is contained in:
Andreas Kling 2019-02-19 16:41:13 +01:00
parent 210646edd2
commit 4804609b7e
2 changed files with 1 additions and 7 deletions

View file

@ -47,8 +47,6 @@ public:
void set_rect_in_menubar(const Rect& rect) { m_rect_in_menubar = rect; }
WSWindow* menu_window() { return m_menu_window.ptr(); }
void set_menu_window(OwnPtr<WSWindow>&&);
WSWindow& ensure_menu_window();
int width() const;