]> git.eshelyaron.com Git - emacs.git/commit
More thorough fix for image slices on mode/header-line
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Apr 2025 13:12:03 +0000 (16:12 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 16:51:05 +0000 (18:51 +0200)
commit67d3881c5f816113b7d34d69c94b5d5d10c9f71f
tree352466b051a518c233a072474c514c58076f8cf6
parenteb11b57fd2f86c48eb9c59106a7c357b89b7a21f
More thorough fix for image slices on mode/header-line

* src/xdisp.c (note_mode_line_or_margin_highlight): Remove
correction of DX and DY due to image slices, as this is now done
in 'mode_line_string'.
* src/dispnew.c (mode_line_string): Make DX and DY account for
image slices.  (Bug#77429)

(cherry picked from commit a9661e643b1235e82b7ba0c9c9c2cd8fa533b5a6)
src/dispnew.c
src/xdisp.c