]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation of image.c on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Nov 2020 15:35:52 +0000 (17:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Nov 2020 15:35:52 +0000 (17:35 +0200)
commit3de31e7b71353bc35d994dc924fae5178f09130b
tree90e4d54dc2440390d0de2139f37d3d223f43605c
parentbffd5d3a9d44ed99d6a573dc0fabe542d6b3bb8b
Fix compilation of image.c on MS-Windows

This is a followup to last change in image.c.
* src/image.c (rsvg_handle_get_intrinsic_dimensions): Define to
call fn_rsvg_handle_get_intrinsic_dimensions.
(svg_css_length_to_pixels): Compile only for librsvg >= 2.46.0, as
RsvgLength type was not defined before.
src/image.c