]> 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)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Dec 2023 10:21:18 +0000 (12:21 +0200)
commite69fafdbc8893a0456535605082c7d7c469fdabd
treee6c3d83afcb59c7fd8d097d6fbd6022c53a941cc
parentcbbb19ced674dc8c42c95238577abb9849a75b87
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.
src/dispextern.h
src/image.c
src/xdisp.c