aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2020-11-10 17:06:46 +0200
committerEli Zaretskii2020-11-10 17:06:46 +0200
commitf1eca59dfaca57bab67b5629d7b23a8649820fc0 (patch)
tree23970d92b4200c2bd41fd2178b23af4e11703062 /src
parent515791ae8aa9283de381ace82abda96319a0e4f2 (diff)
downloademacs-f1eca59dfaca57bab67b5629d7b23a8649820fc0.tar.gz
emacs-f1eca59dfaca57bab67b5629d7b23a8649820fc0.zip
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 <andrewjmoreton@gmail.com>.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
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 **));
9546 9546
9547# if LIBRSVG_CHECK_VERSION (2, 46, 0) 9547# if LIBRSVG_CHECK_VERSION (2, 46, 0)
9548DEF_DLL_FN (void, rsvg_handle_get_intrinsic_dimensions, 9548DEF_DLL_FN (void, rsvg_handle_get_intrinsic_dimensions,
9549 RsvgHandle *, gboolean *, RsvgLength *, gboolean *, 9549 (RsvgHandle *, gboolean *, RsvgLength *, gboolean *,
9550 RsvgLength *, gboolean *, RsvgRectangle *)); 9550 RsvgLength *, gboolean *, RsvgRectangle *));
9551DEF_DLL_FN (gboolean, rsvg_handle_get_geometry_for_layer, 9551DEF_DLL_FN (gboolean, rsvg_handle_get_geometry_for_layer,
9552 (RsvgHandle *, const char *, const RsvgRectangle *, 9552 (RsvgHandle *, const char *, const RsvgRectangle *,