[comp.windows.x] X10 -> X11 conversion

papa@pollux.usc.edu (Marco Papa) (02/12/88)

We are currently porting an application from X10 to X11 using Xlib.  Out of 
the 31 X10 routines used we found almost identical counterparts for 28 of them.

The 3 I could not find a replacement for are all of the "Make" type:

XMakePattern, XMakeTile and XMakePixmap

Am I overlooking something?  What is the best way to duplicate those (if there
is any)?  Thanks in advance.

-- Marco