summaryrefslogtreecommitdiff
path: root/WindowServer/WSMenu.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-11 10:08:37 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-11 10:08:54 +0100
commit5f288014d4d0ed8ecae6196c7495550a770e48a6 (patch)
tree999a8687893111b18c3ac1be75870457437f9c1a /WindowServer/WSMenu.h
parent443b043b4914d79be29bcf2aa7a3762a94459599 (diff)
downloadserenity-5f288014d4d0ed8ecae6196c7495550a770e48a6.zip
WindowServer: More work on menus.
Diffstat (limited to 'WindowServer/WSMenu.h')
-rw-r--r--WindowServer/WSMenu.h3
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;