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