summaryrefslogtreecommitdiff
path: root/gtk/gtkrendericonprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-08 22:21:42 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-08 22:21:42 -0500
commit2aa52c7d0083f39615f33f663f247dc3fe2e23df (patch)
tree3fc29496ff49de108f0740f862f43d775aef4b2a /gtk/gtkrendericonprivate.h
parent7aa236fbb2a342e2d91a2a1c8690d87c7cec512e (diff)
downloadgtk+-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.h3
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,