(device_open): Fix previous change.
authorhanda <handa>
Fri, 22 Oct 2004 05:42:09 +0000 (05:42 +0000)
committerhanda <handa>
Fri, 22 Oct 2004 05:42:09 +0000 (05:42 +0000)
src/m17n-X.c

index 639a987..81b00e5 100644 (file)
@@ -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);