]> git.eshelyaron.com Git - emacs.git/commit
Respect mouse-face on SVG image glyphs (bug#67794)
authorManuel Giraud <manuel@ledu-giraud.fr>
Tue, 19 Dec 2023 11:25:24 +0000 (12:25 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 23 Dec 2023 13:18:40 +0000 (14:18 +0100)
commita306bc76c15b03e4b0aa9be68836c991285c930d
treee88209c307dee185b1e9d8ca8d77d79d750be939
parentb644ce91b0adf77e7f9a4d4566a15e9c4cfb5acd
Respect mouse-face on SVG image glyphs (bug#67794)

* src/dispextern.h:
* src/image.c (image_spec_value): Export 'image_spec_value'.
* src/xdisp.c (draw_glyphs): Maybe update SVG image glyphs with
mouse face features before drawing.

(cherry picked from commit e69fafdbc8893a0456535605082c7d7c469fdabd)
src/dispextern.h
src/image.c
src/xdisp.c