Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
config.mk cleanup
[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;