diff options
author | Alexander Larsson <alexl@redhat.com> | 2020-01-30 12:27:15 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2020-01-30 12:27:15 +0100 |
commit | 5f8c2b52c6595da2505d8a432765e8aa14a85196 (patch) | |
tree | 21b0f39e70acda56e355b076d742c6b03b87e809 /gdk/gdkcairo.h | |
parent | 27799ba4f5a15cd3a63be371f94688a4c89bfd9f (diff) | |
download | gtk+-5f8c2b52c6595da2505d8a432765e8aa14a85196.tar.gz |
indentation: fix various alignment issues
Most of these stem from the GtkIconInfo -> GtkIcon rename
Diffstat (limited to 'gdk/gdkcairo.h')
-rw-r--r-- | gdk/gdkcairo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h index 52a6abdef3..934b5d17ed 100644 --- a/gdk/gdkcairo.h +++ b/gdk/gdkcairo.h @@ -74,9 +74,9 @@ void gdk_cairo_surface_upload_to_gl (cairo_surface_t *surface, GdkGLContext *context); GDK_AVAILABLE_IN_ALL -void gdk_cairo_image_surface_recolor (cairo_surface_t *image_surface, +void gdk_cairo_image_surface_recolor (cairo_surface_t *image_surface, const graphene_matrix_t *color_matrix, - const graphene_vec4_t *color_offset); + const graphene_vec4_t *color_offset); G_END_DECLS |