*** empty log message ***
authorhanda <handa>
Fri, 19 Mar 2004 01:24:43 +0000 (01:24 +0000)
committerhanda <handa>
Fri, 19 Mar 2004 01:24:43 +0000 (01:24 +0000)
example/ChangeLog
example/medit.c

index 83201e6..bd6b0a4 100644 (file)
@@ -4,7 +4,7 @@
        region is expanded to the opposite direction.
        (ButtonMoveProc): Likewise.
        (main): Use alloca instead of malloc for allocating menu names.
-       Free several memory areas and GCs.  Set control.anti_alias to 1.
+       Free several memory areas and GCs.
 
 2004-03-12  Kenichi Handa  <handa@m17n.org>
 
index e4c4a97..0820e21 100644 (file)
@@ -2687,7 +2687,9 @@ main (int argc, char **argv)
   memset (&control, 0, sizeof control);
   control.two_dimensional = 1;
   control.enable_bidi = 1;
+#if 0
   control.anti_alias = 1;
+#endif
   control.min_line_ascent = font_ascent;
   control.min_line_descent = font_descent;
   control.max_line_width = win_width;