Adding fullscreen patch ref. #88

This commit is contained in:
Bakkeby 2022-10-24 11:27:51 +02:00
parent 4dfb6683cd
commit d8529b66a4
9 changed files with 48 additions and 0 deletions

3
st.h
View file

@ -211,6 +211,9 @@ typedef struct {
Drawable buf;
GlyphFontSpec *specbuf; /* font spec buffer used for rendering */
Atom xembed, wmdeletewin, netwmname, netwmiconname, netwmpid;
#if FULLSCREEN_PATCH
Atom netwmstate, netwmfullscreen;
#endif // FULLSCREEN_PATCH
#if NETWMICON_PATCH
Atom netwmicon;
#endif // NETWMICON_PATCH