mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
New function save_app_icon
New function to save the icon "save_app_icon". This function is created in appicon.c, because is related to app_icons. The contents are from application.c. No important modifications are included in this function. Removed the includes not needed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
423b78811a
commit
1c1697dc40
@@ -76,6 +76,7 @@ WAppIcon * wAppIconCreateForDock(WScreen *scr, char *command, char *wm_instance,
|
||||
void wAppIconDestroy(WAppIcon *aicon);
|
||||
void wAppIconPaint(WAppIcon *aicon);
|
||||
void wAppIconMove(WAppIcon *aicon, int x, int y);
|
||||
void save_app_icon(WWindow *wwin, WApplication *wapp);
|
||||
Bool wAppIconChangeImage(WAppIcon *icon, char *file);
|
||||
Bool wAppIconSave(WAppIcon *aicon);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user