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:
committed by
Carlos R. Mafra
parent
ee450acb30
commit
089c99941f
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user