diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-08 22:21:42 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-08 22:21:42 -0500 |
commit | 2aa52c7d0083f39615f33f663f247dc3fe2e23df (patch) | |
tree | 3fc29496ff49de108f0740f862f43d775aef4b2a /gtk/gtkrendericonprivate.h | |
parent | 7aa236fbb2a342e2d91a2a1c8690d87c7cec512e (diff) | |
download | gtk+-2aa52c7d0083f39615f33f663f247dc3fe2e23df.tar.gz |
Simplify the gtk_snapshot_icon_texture API
Instead of passing the color matrix in from the outside,
just pass a boolean and set up the matrix internally.
Diffstat (limited to 'gtk/gtkrendericonprivate.h')
-rw-r--r-- | gtk/gtkrendericonprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkrendericonprivate.h b/gtk/gtkrendericonprivate.h index ae96b0803c..b8ea37380a 100644 --- a/gtk/gtkrendericonprivate.h +++ b/gtk/gtkrendericonprivate.h @@ -51,8 +51,7 @@ void gtk_css_style_snapshot_icon_texture (GtkCssStyle *style, GtkSnapshot *snapshot, GdkTexture *texture, double texture_scale, - graphene_matrix_t * color_matrix, - graphene_vec4_t * color_offset); + gboolean recolor); void gtk_css_style_render_icon_get_extents (GtkCssStyle *style, GdkRectangle *extents, |