projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10875ee
)
(MRealizedFace): New member average_width.
author
handa
<handa>
Thu, 22 Sep 2005 07:19:34 +0000
(07:19 +0000)
committer
handa
<handa>
Thu, 22 Sep 2005 07:19:34 +0000
(07:19 +0000)
src/face.h
patch
|
blob
|
history
diff --git
a/src/face.h
b/src/face.h
index
02acd32
..
bec3fc5
100644
(file)
--- a/
src/face.h
+++ b/
src/face.h
@@
-108,6
+108,7
@@
struct MRealizedFace
int ascent, descent;
int space_width;
+ int average_width;
/** Pointer to a window system dependent object. */
void *info;