]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commit
gdk_pixbuf_get_from_surface.h: new file copy/pasted from GDK
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Aug 2023 00:08:59 +0000 (20:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 8 Aug 2023 00:08:59 +0000 (20:08 -0400)
commite14d077413f287d4fc34a8d72ba6b893b18dea06
tree96c4a82c3197a2e1dd648c15376b36dd7938ebb3
parent82d44de402b3ac5fd468e559d3fdf1c2d08e1932
gdk_pixbuf_get_from_surface.h: new file copy/pasted from GDK

This contains the implementation of the (deprecated) function
gdk_pixbuf_get_from_surface(). The main reason we want it inline is to
avoid the need to link with GTK/GDK itself in our pixbuf loader, on
which GDK and GTK should depend. Specifically we don't want to have to
worry about mismatched major versions of GTK.
gdk_pixbuf_get_from_surface.h [new file with mode: 0644]