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:
8750c61
)
(device_open): Fix previous change.
author
handa
<handa>
Fri, 22 Oct 2004 05:42:09 +0000
(
05:42
+0000)
committer
handa
<handa>
Fri, 22 Oct 2004 05:42:09 +0000
(
05:42
+0000)
src/m17n-X.c
patch
|
blob
|
history
diff --git
a/src/m17n-X.c
b/src/m17n-X.c
index
639a987
..
81b00e5
100644
(file)
--- a/
src/m17n-X.c
+++ b/
src/m17n-X.c
@@
-1931,6
+1931,10
@@
device_open (MFrame *frame, MPlist *param)
}
}
+ /* If none of them is specified, use all of them. */
+ if (! use_xfont && ! use_freetype && ! use_xft)
+ use_xfont = use_freetype = use_xft = 1;
+
if (widget)
{
display = XtDisplay (widget);