mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
wDefaultGetImage renamed to get_icon_image
The function wDefaultGetImage is renamed to get_icon_image.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c3a1c76b44
commit
658597b889
@@ -469,7 +469,7 @@ RImage *get_default_image(WScreen *scr)
|
||||
return image;
|
||||
}
|
||||
|
||||
RImage *wDefaultGetImage(WScreen *scr, char *winstance, char *wclass, int max_size)
|
||||
RImage *get_icon_image(WScreen *scr, char *winstance, char *wclass, int max_size)
|
||||
{
|
||||
char *file_name = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user