--- gtk+-2.6.10/modules/input/gtkimcontextxim.c.orig 2005-08-18 23:11:00.000000000 +0900 +++ gtk+-2.6.10/modules/input/gtkimcontextxim.c 2005-12-15 09:12:45.000000000 +0900 @@ -828,7 +828,7 @@ return; spot.x = area->x; - spot.y = area->y; + spot.y = area->y + area->height; preedit_attr = XVaCreateNestedList (0, XNSpotLocation, &spot,