]> git.armaanb.net Git - dmenu.git/blobdiff - draw.h
applied Martin Kühl's inverse matching flag to stest
[dmenu.git] / draw.h
diff --git a/draw.h b/draw.h
index 247c0b318607b0d9d4dae7aba5774ebcec4f9f28..43a57bf6fe4ce49599e861c9fcb9e2e97df76134 100644 (file)
--- 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;