Icon painting moved to makeAppIconFor()

The icon painting is moved to the function makeAppIconFor()
including the check for no_appicon.

wAppIconCreate is now static because is only used in makeAppIconFor()
This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-18 23:25:34 +01:00
committed by Carlos R. Mafra
parent ee450acb30
commit 089c99941f
3 changed files with 7 additions and 12 deletions
-1
View File
@@ -69,7 +69,6 @@ typedef struct WAppIcon {
unsigned int lock:1; /* do not allow to be destroyed */
} WAppIcon;
WAppIcon *wAppIconCreate(WWindow *leader_win);
WAppIcon *wAppIconCreateForDock(WScreen *scr, char *command, char *wm_instance,
char *wm_class, int tile);