(resend)winemac.drv: Improve positioning of IME client window based on caret

Ken Thomases ken at codeweavers.com
Wed Feb 19 23:14:27 CST 2014


On Feb 19, 2014, at 9:00 PM, Aric Stewart wrote:

> +            gti.rcCaret.right = gti.rcCaret.left + 1;

Out of curiosity, was there a problem with leaving the rectangle with its original width?  I wonder if, for an input method operating in right-to-left mode, it would be good to have the right edge of the caret rect so the candidate window can be aligned underneath it.  (Presumably, the input method would take care of that automatically, as it just thinks of this rect as the character rect and, for right-to-left input, the right edge would be the beginning.)

Otherwise, this looks good to me.

-Ken




More information about the wine-devel mailing list