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/gtkcssimageiconthemeprivate.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/gtkcssimageiconthemeprivate.h')
-rw-r--r-- | gtk/gtkcssimageiconthemeprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssimageiconthemeprivate.h b/gtk/gtkcssimageiconthemeprivate.h index 9131272195..1b61adba1a 100644 --- a/gtk/gtkcssimageiconthemeprivate.h +++ b/gtk/gtkcssimageiconthemeprivate.h @@ -48,7 +48,7 @@ struct _GtkCssImageIconTheme char *name; int cached_size; - GskTexture *cached_texture; + GdkTexture *cached_texture; }; struct _GtkCssImageIconThemeClass |