diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ typedef struct { | |||
100 | } Glyph; | 100 | } Glyph; |
101 | 101 | ||
102 | typedef Glyph *Line; | 102 | typedef Glyph *Line; |
103 | typedef XftGlyphFontSpec GlyphFontSpec; | ||
103 | 104 | ||
104 | typedef struct { | 105 | typedef struct { |
105 | Glyph attr; /* current char attributes */ | 106 | Glyph attr; /* current char attributes */ |