From d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 24 Jul 2020 15:54:49 +0200 Subject: Replace "gint" with "int" --- gsk/gskrendernodeimpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gsk/gskrendernodeimpl.c') diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c index 6e8457667a..1013972bcf 100644 --- a/gsk/gskrendernodeimpl.c +++ b/gsk/gskrendernodeimpl.c @@ -3740,8 +3740,8 @@ blur_once (cairo_surface_t *src, { int width, height, src_rowstride, dest_rowstride, n_channels; guchar *p_src, *p_dest, *c1, *c2; - gint x, y, i, i1, i2, width_minus_1, height_minus_1, radius_plus_1; - gint r, g, b, a; + int x, y, i, i1, i2, width_minus_1, height_minus_1, radius_plus_1; + int r, g, b, a; guchar *p_dest_row, *p_dest_col; width = cairo_image_surface_get_width (src); -- cgit v1.2.1