]> git.eshelyaron.com Git - emacs.git/commit
Fix child coordinate calculation (bug#76321)
authorGerd Möllmann <gerd,moellmann@gmail.com>
Mon, 17 Feb 2025 09:42:02 +0000 (10:42 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 08:52:46 +0000 (09:52 +0100)
commit9a3adbb061a3fd947936362d7c33f1fd4913fbcc
treed6e25448430de52582a48af77121cac03cb16aee
parentb316d796e8615fac92dc703b4c67e714767f9ac3
Fix child coordinate calculation (bug#76321)

* src/dispnew.c (rect_intersect): Simplify.
(copy_child_glyphs): Compute child coordinates using child_xy.

(cherry picked from commit d80ac0fbaa09826342a9818014ae950acc7c0c03)
src/dispnew.c