X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=draw.h;h=43a57bf6fe4ce49599e861c9fcb9e2e97df76134;hb=13a529ce63364544bdc851dfd5d3aa2ef8740914;hp=247c0b318607b0d9d4dae7aba5774ebcec4f9f28;hpb=d066975e78d98f368ab0e3106e00804a28697373;p=dmenu.git 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;