1
0
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:
Rodolfo García Peñas (kix)
2012-11-10 19:25:55 +01:00
committed by Carlos R. Mafra
parent c3a1c76b44
commit 658597b889
4 changed files with 9 additions and 8 deletions

View File

@@ -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;