mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
WindowServer: Switch menubar based on the currently active window.
This commit is contained in:
parent
4f33fb3a1a
commit
732f273949
3 changed files with 21 additions and 5 deletions
|
@ -20,6 +20,8 @@ public:
|
|||
explicit WSWindow(WSMenu&);
|
||||
virtual ~WSWindow() override;
|
||||
|
||||
const Process* process() const { return m_process; }
|
||||
|
||||
WSWindowType type() const { return m_type; }
|
||||
int window_id() const { return m_window_id; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue