mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
Taskbar: Plumb window active state from the WindowServer to the taskbar.
This commit is contained in:
parent
19eb814850
commit
7b1384c4ef
11 changed files with 70 additions and 29 deletions
|
@ -120,6 +120,7 @@ private:
|
|||
void paint_window_frame(const WSWindow&);
|
||||
void flip_buffers();
|
||||
void tick_clock();
|
||||
void tell_wm_listeners_window_state_changed(WSWindow&);
|
||||
|
||||
WSScreen& m_screen;
|
||||
Rect m_screen_rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue