1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-06-18 16:35:24 +02: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
+1 -1
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;