mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
[script] Fix typo in SetBackgroundBottomColor function name
This is in the compatibility wrappers so it didn't effect anything..
This commit is contained in:
parent
d876853867
commit
6cdb6e330a
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ fun SpriteWindowSetBackgroundTopColor (red, green, blue)
|
|||
}
|
||||
|
||||
|
||||
fun SpriteWindowGetSetBackgroundBottomColor (red, green, blue)
|
||||
fun SpriteWindowSetBackgroundBottomColor (red, green, blue)
|
||||
{
|
||||
return Window.SetBackgroundBottomColor (red, green, blue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue