diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-10-18 08:40:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-18 08:53:23 -0500 |
commit | 416b2cd18da72afb5f4e2844bf375b4765d5748c (patch) | |
tree | a4d21cf584ba1b79e552a1c5f24362cc43032071 /gtk/gdkpixbufutilsprivate.h | |
parent | 15dffb47dc46565101b28e53e9f3ded9377142e1 (diff) | |
download | gtk+-416b2cd18da72afb5f4e2844bf375b4765d5748c.tar.gz |
Move symbolic pixbuf recoloring code
This function is better off next to the other
symbolic png code in gdkpixbufutils.c.
Diffstat (limited to 'gtk/gdkpixbufutilsprivate.h')
-rw-r--r-- | gtk/gdkpixbufutilsprivate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gdkpixbufutilsprivate.h b/gtk/gdkpixbufutilsprivate.h index bd6125ea52..d68d315df7 100644 --- a/gtk/gdkpixbufutilsprivate.h +++ b/gtk/gdkpixbufutilsprivate.h @@ -52,6 +52,12 @@ GdkPixbuf *_gdk_pixbuf_new_from_resource_scaled (const char *resource_path, double scale, GError **error); +GdkPixbuf *gtk_color_symbolic_pixbuf (GdkPixbuf *symbolic, + const GdkRGBA *fg_color, + const GdkRGBA *success_color, + const GdkRGBA *warning_color, + const GdkRGBA *error_color); + GdkPixbuf *gtk_make_symbolic_pixbuf_from_data (const char *data, gsize len, int width, |