mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
This commit is contained in:
parent
5367bbb82c
commit
96b26ec125
7 changed files with 16 additions and 16 deletions
|
@ -50,8 +50,6 @@ void Desktop::did_receive_screen_rect(Badge<WindowServerConnection>, const Gfx::
|
|||
if (m_rect == rect)
|
||||
return;
|
||||
m_rect = rect;
|
||||
if (on_rect_change)
|
||||
on_rect_change(rect);
|
||||
}
|
||||
|
||||
void Desktop::set_background_color(const StringView& background_color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue