mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +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
@@ -65,7 +65,7 @@ void wIconChangeTitle(WIcon *icon, char *new_title);
|
||||
|
||||
Bool wIconChangeImageFile(WIcon *icon, char *file);
|
||||
|
||||
RImage * wIconValidateIconSize(WScreen *scr, RImage *icon, int max_size);
|
||||
RImage *wIconValidateIconSize(RImage *icon, int max_size);
|
||||
|
||||
char *wIconStore(WIcon *icon);
|
||||
char *get_name_for_instance_class(char *wm_instance, char *wm_class);
|
||||
|
||||
Reference in New Issue
Block a user