diff options
author | Benjamin Otte <otte@redhat.com> | 2015-11-30 01:33:14 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-12-02 00:29:30 +0100 |
commit | 482d71d680d1ba07524867c82f2b1c0fdd460dbf (patch) | |
tree | d67fd5c3a00f644f0f1c3868312e5bbe1022322e /gtk/gtkiconhelperprivate.h | |
parent | afad393b15631b18f76708599deb2ea0f097620c (diff) | |
download | gtk+-482d71d680d1ba07524867c82f2b1c0fdd460dbf.tar.gz |
iconhelper: Add a scale argument to gtk_icon_helper_load_surface()
It will be used in the next patch.
Diffstat (limited to 'gtk/gtkiconhelperprivate.h')
-rw-r--r-- | gtk/gtkiconhelperprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkiconhelperprivate.h b/gtk/gtkiconhelperprivate.h index ffb178f088..b9a34bde89 100644 --- a/gtk/gtkiconhelperprivate.h +++ b/gtk/gtkiconhelperprivate.h @@ -122,7 +122,8 @@ const gchar *_gtk_icon_helper_get_stock_id (GtkIconHelper *self); const gchar *_gtk_icon_helper_get_icon_name (GtkIconHelper *self); cairo_surface_t *gtk_icon_helper_load_surface (GtkIconHelper *self, - GtkStyleContext *context); + GtkStyleContext *context, + int scale); GdkPixbuf *_gtk_icon_helper_ensure_pixbuf (GtkIconHelper *self, GtkStyleContext *context); void _gtk_icon_helper_get_size (GtkIconHelper *self, |