Tristan Van Berkom wrote:

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

Thanks Tristan, that works great!

-Ken

--
Ken Siersma, Software Engineer
EKK, Inc.
phone: (248) 624-9957
fax: (248) 624-7158
http://www.ekkinc.com
--
"Our lives begin to end the day we become silent about things that matter."
    -MLK Jr.


_______________________________________________
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