diff options
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 6bc0cffdf2..1caec30e93 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -1214,7 +1214,7 @@ static GdkRegion* layout_iter_get_line_clip_region (PangoLayoutIter *iter, gint x_origin, gint y_origin, - gint *index_ranges, + const gint *index_ranges, gint n_ranges) { PangoLayoutLine *line; @@ -1297,7 +1297,7 @@ GdkRegion* gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line, gint x_origin, gint y_origin, - gint *index_ranges, + const gint *index_ranges, gint n_ranges) { GdkRegion *clip_region; @@ -1341,7 +1341,7 @@ GdkRegion* gdk_pango_layout_get_clip_region (PangoLayout *layout, gint x_origin, gint y_origin, - gint *index_ranges, + const gint *index_ranges, gint n_ranges) { PangoLayoutIter *iter; |