applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m
[dmenu.git] / draw.h
diff --git a/draw.h b/draw.h
index 247c0b3..43a57bf 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;