diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-06-18 22:11:19 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-06-18 22:11:19 +0100 |
commit | f7cbe710a266448122d89a02b8ba8c70423fc750 (patch) | |
tree | 63c7ad01d96e9d1f295910c99235ae18498270b3 /draw.h | |
parent | 723cbabc122292cc87474fd203e199e392206640 (diff) |
update draw.c
Diffstat (limited to 'draw.h')
-rw-r--r-- | draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ typedef struct { int ascent; int descent; int height; + int width; XFontSet set; XFontStruct *xfont; } font; |