mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
Split makeAppIconFor()
The function makeAppIconFor is splitted in two: makeAppIconFor: Create the new icon if needed paint_app_icon: Paint the icon
This commit is contained in:
committed by
Carlos R. Mafra
parent
cab8bbc495
commit
2e7b039558
@@ -79,6 +79,7 @@ void wAppIconMove(WAppIcon *aicon, int x, int y);
|
||||
void makeAppIconFor(WApplication * wapp);
|
||||
void removeAppIconFor(WApplication * wapp);
|
||||
void save_app_icon(WWindow *wwin, WApplication *wapp);
|
||||
void paint_app_icon(WApplication *wapp);
|
||||
|
||||
Bool wAppIconChangeImage(WAppIcon *icon, char *file);
|
||||
Bool wAppIconSave(WAppIcon *aicon);
|
||||
|
||||
Reference in New Issue
Block a user