mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:47:45 +00:00
WindowServer+TaskBar: Add a taskbar window button popup menu.
This patch only hooks up the minimize and unminimize actions.
This commit is contained in:
parent
c5c4e54a67
commit
956bd23aae
17 changed files with 158 additions and 56 deletions
|
@ -74,7 +74,7 @@ public:
|
|||
|
||||
void close();
|
||||
|
||||
void popup(const Point&);
|
||||
void popup(const Point&, bool top_anchored);
|
||||
|
||||
private:
|
||||
virtual void event(CEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue