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:
fff39b3
)
(mface__realize): Set g.type.
author
handa
<handa>
Tue, 20 Jul 2004 02:13:04 +0000
(
02:13
+0000)
committer
handa
<handa>
Tue, 20 Jul 2004 02:13:04 +0000
(
02:13
+0000)
src/face.c
patch
|
blob
|
history
diff --git
a/src/face.c
b/src/face.c
index
cee03a2
..
eb7a0b1
100644
(file)
--- a/
src/face.c
+++ b/
src/face.c
@@
-650,12
+650,11
@@
mface__realize (MFrame *frame, MFace **faces, int num,
rface->rfontset = mfont__realize_fontset (frame,
(MFontset *) props[MFACE_FONTSET],
&merged_face);
+ g.type = GLYPH_SPACE;
g.c = ' ';
num = 1;
rfont = mfont__lookup_fontset (rface->rfontset, &g, &num,
- msymbol ("latin"), language, Mnil,
- size);
-
+ msymbol ("latin"), language, Mnil, size);
if (rfont)
{
rface->rfont = rfont;