1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-20 18:33:31 +01:00

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-15 22:58:15 +02:00
committed by Carlos R. Mafra
parent ee450acb30
commit 089c99941f
3 changed files with 7 additions and 12 deletions

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);