Defines a procedure to call when the XCloseDisplay function is called.
Enhanced X-Windows Library (libX11.a)
int (*XESetCloseDisplay(DisplayPtr, Extension, Procedure))() Display *DisplayPtr; int Extension; int (*Procedure)();
The XESetCloseDisplay extension function defines a procedure to call when the XCloseDisplay function is called. This function returns any previously defined procedure, usually the value of Null.
When the XCloseDisplay function is called, it is called with the following syntax:
(*Procedure)(DisplayPtr, Codes); Display *displayptr; XExtCodes *codes;
DisplayPtr | Specifies the connection to the X server. |
Extension | Specifies the extension number. |
Procedure | Specifies the function to call when the display device is closed. |
Using Extensions in AIXwindows in AIX Version 4.3 AIXwindows Programming Guide.
The XCloseDisplay function.
AIXwindows Overview for Programmers in AIX Version 4.3 AIXwindows Programming Guide.