(Pixmap *) --> (GdkPixmap *)



I need to know how to convert an X resource (Pixmap *)
to a (GdkPixmap *). I think that if I create any pixmap
then:

GDK_PIXMAP_XID(GDK_PIXMAP(pixmap)) 
        and
XCreatePixmap( args ... )

will create the same X resource type so when I do:

GdkPixmap *gdk_pixmap_feriegn_new(XID *id)

I should get the same results either way.

I might find this out over the course of the day
but if anyone happens to know off hand; the help
would be apreciated.

thanks all
        -Tristan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]