Adding netwmicon patch ref. #21

This commit is contained in:
bakkeby 2021-05-08 14:49:59 +02:00
parent 2876951262
commit 8c8bace91c
6 changed files with 711 additions and 1 deletions

3
st.h
View file

@ -194,6 +194,9 @@ typedef struct {
Drawable buf;
GlyphFontSpec *specbuf; /* font spec buffer used for rendering */
Atom xembed, wmdeletewin, netwmname, netwmpid;
#if NETWMICON_PATCH
Atom netwmicon;
#endif // NETWMICON_PATCH
struct {
XIM xim;
XIC xic;