From 822c0f17991015efaf9b4e26c86cb36a88c8a299 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 19 Mar 2004 01:24:43 +0000 Subject: [PATCH] *** empty log message *** --- example/ChangeLog | 2 +- example/medit.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/example/ChangeLog b/example/ChangeLog index 83201e6..bd6b0a4 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -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 diff --git a/example/medit.c b/example/medit.c index e4c4a97..0820e21 100644 --- a/example/medit.c +++ b/example/medit.c @@ -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; -- 1.7.10.4