mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Removed WScreen argument in wIconValidateIconSize
This patch removes the argument WScreen in wIconValidateIconSize, because is not used.
This commit is contained in:
committed by
Carlos R. Mafra
parent
35a2ed24ec
commit
2e7b7b7e02
@@ -432,7 +432,7 @@ RImage *get_default_icon_rimage(WScreen *scr, char *file_name, int max_size)
|
||||
wwarning(_("error loading image file \"%s\": %s"), file_name,
|
||||
RMessageForError(RErrorCode));
|
||||
|
||||
image = wIconValidateIconSize(scr, image, max_size);
|
||||
image = wIconValidateIconSize(image, max_size);
|
||||
|
||||
return image;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user