X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.h;h=9ece72f487ccd5323914974e2f2943857a5a50ed;hb=d5275012b45149a2a6e94679609aacca478221ad;hp=44d49381e071b13df7d50cd6a08cd774be67011e;hpb=e2ee5ee6114eb74bb08cb9abe5a3020203e92688;p=st.git diff --git a/st.h b/st.h index 44d4938..9ece72f 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 */ @@ -214,8 +215,6 @@ size_t utf8encode(Rune, char *); void *xmalloc(size_t); char *xstrdup(char *); -void usage(void); - /* Globals */ extern TermWindow win; extern Term term;