index
:
dmenu
master
Personal fork of dmenu
nginx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
draw.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
draw.h
1
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;