Allocates the XExtCodes data structure.
Enhanced X-Windows Library (libX11.a)
XExtCodes *XAddExtension(DisplayPtr) Display *DisplayPtr;
For local Xlib extensions, the XAddExtension extension function allocates the XExtCodes data structure, bumps the extension number count, and chains the extension onto the extension list. (This permits extensions to Xlib without requiring server extensions.)
DisplayPtr | Specifies the connection to the X server. |
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.