Move zoom functions into x.c
[st.git] / st.h
diff --git a/st.h b/st.h
index 28a751d..9ece72f 100644 (file)
--- 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 */