Adding fullscreen patch ref. #88
This commit is contained in:
parent
4dfb6683cd
commit
d8529b66a4
9 changed files with 48 additions and 0 deletions
3
st.h
3
st.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue