mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
Do static icon functions
The functions wApplicationSaveIconPathFor() and wApplicationExtractDirPackIcon() are now used only in appicon.c and can be static.
This commit is contained in:
committed by
Carlos R. Mafra
parent
e3b9026532
commit
fbd9c12cd0
@@ -81,9 +81,5 @@ void makeAppIconFor(WApplication * wapp);
|
||||
void removeAppIconFor(WApplication * wapp);
|
||||
void save_app_icon(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);
|
||||
void wAppIconSave(WAppIcon *aicon);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user