Move zoom functions into x.c
This makes x(un)loadfonts internal to x.c. Needed to reorder includes and move a typedef to keep the compiler happy. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
parent
3518dba2a5
commit
d5275012b4
4 changed files with 39 additions and 40 deletions
1
st.h
1
st.h
|
@ -100,6 +100,7 @@ typedef struct {
|
|||
} Glyph;
|
||||
|
||||
typedef Glyph *Line;
|
||||
typedef XftGlyphFontSpec GlyphFontSpec;
|
||||
|
||||
typedef struct {
|
||||
Glyph attr; /* current char attributes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue