1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 09:52:29 +01:00

wIcon* functions renamed

These functiosn were renamed:

wIconCreateCore to icon_create_core
wIconCreateWithIconFile to icon_create_for_dock
wIconCreate to icon_create_for_wwindow
This commit is contained in:
Rodolfo García Peñas (kix)
2012-10-01 23:53:06 +02:00
committed by Carlos R. Mafra
parent adfb761021
commit 97f74548ef
4 changed files with 11 additions and 12 deletions

View File

@@ -54,8 +54,8 @@ typedef struct WIcon {
* color */
} WIcon;
WIcon * wIconCreateWithIconFile(WScreen *scr, char *iconfile, int tile);
WIcon * wIconCreate(WWindow *wwin);
WIcon *icon_create_for_dock(WScreen *scr, char *iconfile, int tile);
WIcon *icon_create_for_wwindow(WWindow *wwin);
void wIconDestroy(WIcon *icon);
void wIconPaint(WIcon *icon);