mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:18:11 +00:00
WindowServer: Broadcast window icons to newly joined WM listener clients.
This commit is contained in:
parent
3817f5f619
commit
b88f2bc799
2 changed files with 11 additions and 3 deletions
|
@ -138,6 +138,7 @@ private:
|
|||
void flip_buffers();
|
||||
void tick_clock();
|
||||
void tell_wm_listener_about_window(WSWindow& listener, WSWindow&);
|
||||
void tell_wm_listener_about_window_icon(WSWindow& listener, WSWindow&);
|
||||
void pick_new_active_window();
|
||||
|
||||
WSScreen& m_screen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue