mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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
@@ -166,7 +166,7 @@ static __inline__ unsigned char clip(int c)
|
||||
return (unsigned char)c;
|
||||
}
|
||||
|
||||
void RLightImage(RImage *image, RColor *color)
|
||||
void RLightImage(RImage *image, const RColor *color)
|
||||
{
|
||||
unsigned char *d = image->data;
|
||||
unsigned char *dd;
|
||||
|
||||
Reference in New Issue
Block a user