diff options
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; |