1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +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

@@ -1112,7 +1112,7 @@ void wIconifyWindow(WWindow * wwin)
if (!wwin->flags.icon_moved)
PlaceIcon(wwin->screen_ptr, &wwin->icon_x, &wwin->icon_y, wGetHeadForWindow(wwin));
wwin->icon = wIconCreate(wwin);
wwin->icon = icon_create_for_wwindow(wwin);
wwin->icon->mapped = 1;
}