This commit is contained in:
parent
8d91a97dad
commit
50171cf92e
1 changed files with 1 additions and 2 deletions
|
|
@ -1446,8 +1446,7 @@ static MwLLColor MwLLAllocColorImpl(MwLL handle, int r, int g, int b) {
|
|||
return c;
|
||||
}
|
||||
|
||||
static void MwLLColorUpdateImpl(MwLL handle, MwLLColor c, int r, int g, int b) {
|
||||
(void)handle;
|
||||
static void MwLLColorUpdateImpl(MwLLColor c, int r, int g, int b) {
|
||||
c->common.red = r;
|
||||
c->common.blue = b;
|
||||
c->common.green = g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue