Index: files/patch-mgp.c =================================================================== RCS file: files/patch-mgp.c diff -N files/patch-mgp.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-mgp.c 2 Mar 2005 14:02:04 -0000 @@ -0,0 +1,13 @@ +--- mgp.c.orig Wed Mar 2 14:53:59 2005 ++++ mgp.c Wed Mar 2 14:41:42 2005 +@@ -1129,10 +1129,6 @@ repaint:; + } + break; + +-#if 1 /* by h.kakugawa@computer.org */ +- case MapNotify: +- goto repaint; +-#endif + case Expose: + if (e.xexpose.window != window) + break;