mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
Icon functions moved to appicon.c
The icon functions wApplicationExtractDirPackIcon() wApplicationSaveIconPathFor() are moved to appicon.c from application.c. This functions are Application Icon related and should be included in appicon.
This commit is contained in:
committed by
Carlos R. Mafra
parent
7f022f1c8f
commit
f44944c18d
@@ -80,6 +80,10 @@ void makeAppIconFor(WApplication * wapp);
|
||||
void removeAppIconFor(WApplication * wapp);
|
||||
void save_app_icon(WWindow *wwin, WApplication *wapp);
|
||||
void paint_app_icon(WApplication *wapp);
|
||||
void wApplicationSaveIconPathFor(char *iconPath, char *wm_instance,
|
||||
char *wm_class);
|
||||
void wApplicationExtractDirPackIcon(WScreen *scr,char *path, char *wm_instance,
|
||||
char *wm_class);
|
||||
|
||||
Bool wAppIconChangeImage(WAppIcon *icon, char *file);
|
||||
Bool wAppIconSave(WAppIcon *aicon);
|
||||
|
||||
Reference in New Issue
Block a user