update draw.c

This commit is contained in:
Connor Lane Smith
2011-06-18 22:11:19 +01:00
parent 723cbabc12
commit f7cbe710a2
2 changed files with 14 additions and 14 deletions

1
draw.h
View File

@ -15,6 +15,7 @@ typedef struct {
int ascent;
int descent;
int height;
int width;
XFontSet set;
XFontStruct *xfont;
} font;