diff --git a/src/texture.c b/src/texture.c index e69fe485..45c9526a 100644 --- a/src/texture.c +++ b/src/texture.c @@ -202,8 +202,8 @@ WTexGradient *wTextureMakeGradient(WScreen *scr, int style, const RColor *from, return texture; } -WTexIGradient *wTextureMakeIGradient(WScreen *scr, int thickness1, const RColor colors1[2], - int thickness2, const RColor colors2[2]) +WTexIGradient *wTextureMakeIGradient(WScreen *scr, int thickness1, const RColor colors1[], + int thickness2, const RColor colors2[]) { WTexIGradient *texture; XGCValues gcv;