X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=gdk_pixbuf_get_from_surface.h;h=822162c79494a8ee77f5d54eea8eb7b64f142d21;hb=749e279c5b969337ee158a4f7297f5e68a3a205f;hp=c3a5f964f54756584590fba96bfaca9edec8e671;hpb=e14d077413f287d4fc34a8d72ba6b893b18dea06;p=libsvgtiny-pixbuf.git diff --git a/gdk_pixbuf_get_from_surface.h b/gdk_pixbuf_get_from_surface.h index c3a5f96..822162c 100644 --- a/gdk_pixbuf_get_from_surface.h +++ b/gdk_pixbuf_get_from_surface.h @@ -3,6 +3,9 @@ * Having it inline means that we don't have to link against a * specific version of GTK, risking that (say) a gtk4-linked * pixbuf loader gets used on a gtk3 desktop environment. + * + * Note: the gdk_pixbuf_get_from_surface() function has been + * made static. */ static cairo_format_t gdk_cairo_format_for_content (cairo_content_t content) @@ -135,7 +138,7 @@ convert_no_alpha (guchar *dest_data, * Deprecated: 4.12: Use [class@Gdk.Texture] and subclasses instead * cairo surfaces and pixbufs */ -GdkPixbuf * +static GdkPixbuf * gdk_pixbuf_get_from_surface (cairo_surface_t *surface, int src_x, int src_y,