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

WindowServer: Make automatic menu dismissal feel more "natural."

This commit is contained in:
Andreas Kling 2019-02-11 13:59:26 +01:00
parent 43d9994d93
commit 3c863e0ffa
4 changed files with 29 additions and 12 deletions

View file

@ -51,6 +51,8 @@ public:
Font& font() { return *m_font; }
const Font& font() const { return *m_font; }
void close_menu(WSMenu&);
private:
WSWindowManager();
virtual ~WSWindowManager() override;