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:
committed by
Carlos R. Mafra
parent
adfb761021
commit
97f74548ef
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user