mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:58:11 +00:00
WindowServer: Fix typo (backgound_color => background_color)
This commit is contained in:
parent
47f413c47f
commit
a9f6f862e2
4 changed files with 4 additions and 4 deletions
|
@ -317,7 +317,7 @@ void Compositor::invalidate(const Gfx::Rect& a_rect)
|
|||
}
|
||||
}
|
||||
|
||||
bool Compositor::set_backgound_color(const String& background_color)
|
||||
bool Compositor::set_background_color(const String& background_color)
|
||||
{
|
||||
auto& wm = WindowManager::the();
|
||||
wm.wm_config()->write_entry("Background", "Color", background_color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue