aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorManuel Giraud2023-12-19 12:25:24 +0100
committerEli Zaretskii2023-12-23 12:21:18 +0200
commite69fafdbc8893a0456535605082c7d7c469fdabd (patch)
treee6c3d83afcb59c7fd8d097d6fbd6022c53a941cc /src/image.c
parentcbbb19ced674dc8c42c95238577abb9849a75b87 (diff)
downloademacs-e69fafdbc8893a0456535605082c7d7c469fdabd.tar.gz
emacs-e69fafdbc8893a0456535605082c7d7c469fdabd.zip
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.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 38744fc1cce..651ec0b34e5 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1543,7 +1543,7 @@ parse_image_spec (Lisp_Object spec, struct image_keyword *keywords,
1543 if KEY is not present in SPEC. Set *FOUND depending on whether KEY 1543 if KEY is not present in SPEC. Set *FOUND depending on whether KEY
1544 was found in SPEC. */ 1544 was found in SPEC. */
1545 1545
1546static Lisp_Object 1546Lisp_Object
1547image_spec_value (Lisp_Object spec, Lisp_Object key, bool *found) 1547image_spec_value (Lisp_Object spec, Lisp_Object key, bool *found)
1548{ 1548{
1549 Lisp_Object tail; 1549 Lisp_Object tail;