Ken Siersma wrote:
Is there an easy way to convert an XImage to a GdkImage?


/* Draw your image to a Pixmap (now has an XID and is an X resource) */
XPutImage ();

/* Make a Gdk representation of your X resource */
gdk_pixmap_foreign_new ();

/* Get GdkImage */
gdk_drawabe_get_image ();

Cheers,
                             -Tristan
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to