1
Fork 0
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:
Andreas Kling 2019-04-18 19:42:48 +02:00
parent 3817f5f619
commit b88f2bc799
2 changed files with 11 additions and 3 deletions

View file

@ -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;