diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-11 10:08:37 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-11 10:08:54 +0100 |
commit | 5f288014d4d0ed8ecae6196c7495550a770e48a6 (patch) | |
tree | 999a8687893111b18c3ac1be75870457437f9c1a /WindowServer/WSMenu.h | |
parent | 443b043b4914d79be29bcf2aa7a3762a94459599 (diff) | |
download | serenity-5f288014d4d0ed8ecae6196c7495550a770e48a6.zip |
WindowServer: More work on menus.
Diffstat (limited to 'WindowServer/WSMenu.h')
-rw-r--r-- | WindowServer/WSMenu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WindowServer/WSMenu.h b/WindowServer/WSMenu.h index bb4376a536..959dbfdf50 100644 --- a/WindowServer/WSMenu.h +++ b/WindowServer/WSMenu.h @@ -54,6 +54,9 @@ public: void draw(); const Font& font() const; + WSMenuItem* item_at(const Point&); + void redraw(); + private: String m_name; Rect m_rect_in_menubar; |