summaryrefslogtreecommitdiff
path: root/Servers/WindowServer/MenuBar.h
AgeCommit message (Collapse)Author
2020-03-10WindowServer: Control menu title font from menubarShannon Booth
It makes a little more sense for the menubar to control what the font of the menu title is, as opposed to the menu manager. Menumanager now simply uses the font that the menu wants it to use.
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
Also remove the leading WS from names and filenames.