On Mon, 10 Sep 2001, Marcelo E. Magallon wrote:

> 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.
> 

   I'm not aware of a function by that name.  I think it may have
gotten absorbed by higher level macros used by XExt.   Extensions
shouldn't need to call this directly.  It's probably all handled
by the XEXT_GENERATE_XXXXXXX macros.


                                Mark.

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to