X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/3518dba2a5fb57f601b74528ddeb67f173e4024b..626b0ae40c71b6c1e02ece79bf033432647381a6:/st.h diff --git a/st.h b/st.h index 28a751d..ad94351 100644 --- a/st.h +++ b/st.h @@ -100,6 +100,7 @@ typedef struct { } Glyph; typedef Glyph *Line; +typedef XftGlyphFontSpec GlyphFontSpec; typedef struct { Glyph attr; /* current char attributes */ @@ -245,6 +246,7 @@ extern int allowaltscreen; extern unsigned int xfps; extern unsigned int actionfps; extern unsigned int cursorthickness; +extern int bellvolume; extern unsigned int blinktimeout; extern char termname[]; extern const char *colorname[];