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:
ef1428a
)
(device_open): Don't specify foundry and family of the
author
handa
<handa>
Fri, 14 Jul 2006 06:50:18 +0000
(06:50 +0000)
committer
handa
<handa>
Fri, 14 Jul 2006 06:50:18 +0000
(06:50 +0000)
default face.
src/m17n-gd.c
patch
|
blob
|
history
diff --git
a/src/m17n-gd.c
b/src/m17n-gd.c
index
d2cdcda
..
74e98d9
100644
(file)
--- a/
src/m17n-gd.c
+++ b/
src/m17n-gd.c
@@
-858,6
+858,8
@@
device_open (MFrame *frame, MPlist *param)
frame->realized_face_list = realized_face_list;
frame->realized_fontset_list = realized_fontset_list;
face = mface_copy (mface__default);
+ mface_put_prop (face, Mfoundry, Mnil);
+ mface_put_prop (face, Mfamily, Mnil);
mplist_push (param, Mface, face);
M17N_OBJECT_UNREF (face);
return 0;