Hi,
X11/Xlib.h reads:
typedef struct _XExtData {
int number; /* number returned by XRegisterExtension */
struct _XExtData *next; /* next item on list of data for structure */
int (*free_private)( /* called to free private storage */
#if NeedFunctionPrototypes
struct _XExtData *extension
#endif
);
XPointer private_data; /* data private to this extension. */
} XExtData;
but I can't find a function called XRegisterExtension. I'll gladly RTFM if
someone points me to correct one.
TIA,
--
Marcelo
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert