diff options
author | Benjamin Otte <otte@redhat.com> | 2017-11-02 21:39:00 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2017-11-04 00:07:13 +0100 |
commit | ca3c23662cfe515d7de348aa42d07be7d4bb3e83 (patch) | |
tree | 725bde3b54c44588e2a7312fded868fb7a1facd5 /gtk/gtkrendericonprivate.h | |
parent | 8ba9ae601283be265e59c6092d61c099f8a17d65 (diff) | |
download | gtk+-ca3c23662cfe515d7de348aa42d07be7d4bb3e83.tar.gz |
GskTexture => GdkTexture
We want this thing to replace GdkPixbuf, so it has to live in GDK.
Diffstat (limited to 'gtk/gtkrendericonprivate.h')
-rw-r--r-- | gtk/gtkrendericonprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrendericonprivate.h b/gtk/gtkrendericonprivate.h index 29b81c4dbb..ae96b0803c 100644 --- a/gtk/gtkrendericonprivate.h +++ b/gtk/gtkrendericonprivate.h @@ -49,7 +49,7 @@ void gtk_css_style_render_icon_surface (GtkCssStyle *style, double y); void gtk_css_style_snapshot_icon_texture (GtkCssStyle *style, GtkSnapshot *snapshot, - GskTexture *texture, + GdkTexture *texture, double texture_scale, graphene_matrix_t * color_matrix, graphene_vec4_t * color_offset); |