mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
Added the last missing 'const' attributes to function parameters
This commit is contained in:
committed by
Carlos R. Mafra
parent
0bf6297a32
commit
9e4253f670
@@ -65,7 +65,7 @@ RImage *RRenderMultiGradient(unsigned width, unsigned height, RColor ** colors,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
RImage *RRenderGradient(unsigned width, unsigned height, RColor * from, RColor * to, int style)
|
||||
RImage *RRenderGradient(unsigned width, unsigned height, const RColor * from, const RColor * to, int style)
|
||||
{
|
||||
switch (style) {
|
||||
case RHorizontalGradient:
|
||||
|
||||
Reference in New Issue
Block a user