]> git.eshelyaron.com Git - emacs.git/commit
Fix preeditarea reporting wrong spot.
authorAmos Bird <amosbird@gmail.com>
Thu, 25 Mar 2021 06:50:46 +0000 (14:50 +0800)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Mar 2021 15:22:46 +0000 (17:22 +0200)
commit0e4795fc989478d394bbc3870ee28baf6bd23116
tree1f6b557eb61995b1327984adc50b399d386c46da
parent6a4ed891d84b1ca1e4d68a6de9dd374f1fadd971
Fix preeditarea reporting wrong spot.

This patch adjust the x position of preeditarea with both left fringe
and left margin, which prevents IME preedit box (such as fcitx) from
placing at the wrong position in GUI emacs.
* src/xfns.c (xic_set_preeditarea): Adjust X for left margin width.
(Bug#47377)
src/xfns.c