diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2017-10-10 11:30:36 -0500 | 
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2018-02-25 21:53:24 -0600 | 
| commit | d5275012b45149a2a6e94679609aacca478221ad (patch) | |
| tree | 881a9c32d0d617fc472e23836779a7379c97e875 /st.h | |
| parent | 3518dba2a5fb57f601b74528ddeb67f173e4024b (diff) | |
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>
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ typedef struct {  } Glyph;  typedef Glyph *Line; +typedef XftGlyphFontSpec GlyphFontSpec;  typedef struct {  	Glyph attr; /* current char attributes */  | 
