From: handa Date: Fri, 22 Oct 2004 05:42:09 +0000 (+0000) Subject: (device_open): Fix previous change. X-Git-Tag: REL-1-2-0~105 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fec1623fce1ba514533b04dc98daf38e4fb4ce9;p=m17n%2Fm17n-lib.git (device_open): Fix previous change. --- diff --git a/src/m17n-X.c b/src/m17n-X.c index 639a987..81b00e5 100644 --- 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);