mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +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
|
@ -13,9 +13,7 @@ public:
|
|||
|
||||
private:
|
||||
void on_screen_rect_change(const Rect&);
|
||||
GButton* create_button();
|
||||
GButton* create_button(const WindowIdentifier&);
|
||||
|
||||
virtual void wm_event(GWMEvent&) override;
|
||||
|
||||
WindowList m_window_list;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue