mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:18: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
|
@ -326,7 +326,7 @@ void ClientConnection::handle(const Messages::WindowServer::AsyncSetWallpaper& m
|
|||
|
||||
OwnPtr<Messages::WindowServer::SetBackgroundColorResponse> ClientConnection::handle(const Messages::WindowServer::SetBackgroundColor& message)
|
||||
{
|
||||
Compositor::the().set_backgound_color(message.background_color());
|
||||
Compositor::the().set_background_color(message.background_color());
|
||||
return make<Messages::WindowServer::SetBackgroundColorResponse>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue