There is an API
void gdk_cairo_set_source_pixbuf (cairo_t *cr,
GdkPixbuf *pixbuf,
double pixbuf_x,
double pixbuf_y);
in GDK.
My question is after the cairo drawing by using "cr", will the "pixbuf"
include the contents draw by cairo?
Thanks