Short: X10 library missing from Amiwin SAS developer kit Author: X consortium Uploader: mlemos ua pt (Manuel Lemos) Type: misc/x11 Architecture: m68k-amigaos This is X11 R6 library code that emulates X10 functions that were left out from Amiwin SAS developer kit. Despite of being apart from X11 libraries, these functions are still useful because they provide support for association tables and support for drawing filled or unfilled shapes defined by eithe straight lines or splines. Since they were left of of X11, the X consortion didn't define the prototypes for these functions anywhere in the includes that I know. Here follow the missing prototypes extracted from the source code also include in this archive. Status XDraw(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount); Status XDrawFilled(Display *dpy,Drawable d,GC gc,Vertex *vlist,int vcount); XAssocTable *XCreateAssocTable(int size); void XDeleteAssoc(Display *dpy,XAssocTable *table,XID x_id); void XDestroyAssocTable(XAssocTable *table); XPointer XLookUpAssoc(Display *dpy,XAssocTable *table,XID x_id); void XMakeAssoc(Display *dpy,XAssocTable *table,XID x_id,XPointer data); Manuel Lemos 31.08.1996