From: Eli Zaretskii Date: Tue, 10 Nov 2020 15:06:46 +0000 (+0200) Subject: Fix a recent change in image.c for MS-Windows X-Git-Tag: emacs-28.0.90~5197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1eca59dfaca57bab67b5629d7b23a8649820fc0;p=emacs.git Fix a recent change in image.c for MS-Windows * src/image.c: Fix DEF_DLL_FN of rsvg_handle_get_intrinsic_dimensions. Reported by Andy Moreton . --- diff --git a/src/image.c b/src/image.c index d190c254136..3858f3c41f3 100644 --- a/src/image.c +++ b/src/image.c @@ -9546,7 +9546,7 @@ DEF_DLL_FN (gboolean, rsvg_handle_close, (RsvgHandle *, GError **)); # if LIBRSVG_CHECK_VERSION (2, 46, 0) DEF_DLL_FN (void, rsvg_handle_get_intrinsic_dimensions, - RsvgHandle *, gboolean *, RsvgLength *, gboolean *, + (RsvgHandle *, gboolean *, RsvgLength *, gboolean *, RsvgLength *, gboolean *, RsvgRectangle *)); DEF_DLL_FN (gboolean, rsvg_handle_get_geometry_for_layer, (RsvgHandle *, const char *, const RsvgRectangle *,