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:
9c2e6e0
)
(MDrawGlyphInfo): Change the member name 'this' to
author
handa
<handa>
Wed, 25 Aug 2004 03:48:40 +0000
(
03:48
+0000)
committer
handa
<handa>
Wed, 25 Aug 2004 03:48:40 +0000
(
03:48
+0000)
'metrics' to for C++.
src/m17n-gui.h
patch
|
blob
|
history
diff --git
a/src/m17n-gui.h
b/src/m17n-gui.h
index
1a8ea79
..
72d0cea
100644
(file)
--- a/
src/m17n-gui.h
+++ b/
src/m17n-gui.h
@@
-737,7
+737,7
@@
typedef struct
/***en Metric of the glyph. */
/***ja ¥°¥ê¥Õ¤ÎÀ£Ë¡. */
- MDrawMetric this;
+ MDrawMetric metrics;
/***en Font used for the glyph. Set to NULL if no font is found for
the glyph. */