X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=ad943517b2660891505b36c7d79334c60e86676b;hb=626b0ae40c71b6c1e02ece79bf033432647381a6;hp=28a751d9a20874b4c1355fc589a4bbb23a1c1beb;hpb=3518dba2a5fb57f601b74528ddeb67f173e4024b;p=st.git 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[];