GNOME Bugzilla – Bug 700529
[PATCH] cairo: Add foreign mapping for Cairo.Surface
Last modified: 2013-05-22 12:15:41 UTC
This allows one to pass a cairo_surface_t to API like Gdk.pixbuf_new_from_surface(). Reported-by: Seif Lotfy <seif@lotfy.com> --- modules/cairo-private.h | 1 + modules/cairo-surface.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++ modules/cairo.c | 1 + 3 files changed, 61 insertions(+), 0 deletions(-)
Created attachment 244541 [details] [review] 0001-cairo-Add-foreign-mapping-for-Cairo.Surface.patch
Side note: Our foreign stuff should really make this more automated and less lame...
Review of attachment 244541 [details] [review]: OK.