aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.h b/draw.h
index 247c0b3..43a57bf 100644
--- a/draw.h
+++ b/draw.h
@@ -15,6 +15,7 @@ typedef struct {
int ascent;
int descent;
int height;
+ int width;
XFontSet set;
XFontStruct *xfont;
} font;