mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
WindowServer: Add a maximize/unmaximize button to windows.
This commit is contained in:
parent
dddf45f563
commit
641893104a
8 changed files with 95 additions and 7 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
void notify_minimization_state_changed(WSWindow&);
|
||||
void notify_client_changed_app_menubar(WSClientConnection&);
|
||||
|
||||
Rect maximized_window_rect(const WSWindow&) const;
|
||||
|
||||
WSWindow* active_window() { return m_active_window.ptr(); }
|
||||
const WSClientConnection* active_client() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue