ST: Add WM_ICON_NAME property support

Also added _NET_WM_ICON_NAME.
This commit is contained in:
John Collis
2020-09-06 17:53:41 +12:00
committed by Hiltjo Posthuma
parent fa253f077f
commit 28b4c822c5
3 changed files with 25 additions and 1 deletions

1
win.h
View File

@ -30,6 +30,7 @@ void xdrawline(Line, int, int, int);
void xfinishdraw(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
void xseticontitle(char *);
void xsettitle(char *);
int xsetcursor(int);
void xsetmode(int, unsigned int);