NAME
Synopsis
char *string;
Arguments
stringSpecifies the character string.
Description
display the program attempted to open with XOpenDisplay(). This is necessary because X error handling begins only after the connection to the server succeeds. looks in the DISPLAY environment variable and returns the display name that the user was requesting. For more information, see Volume One, Chapter 3, Basic Window Program.
See Also
XGetErrorDatabaseText(), XGetErrorText(), XSetAfterFunction(), XSetErrorHandler(), XSetIOErrorHandler(), XSynchronize().
—