XProcessInternalConnection
Syntax
void XProcessInternalConnection(display, fd)
Display *display;
int fd;
Arguments
display
| Specifies the connection to the X server.
|
fd
| Specifies the file descriptor.
|
Description
The
XProcessInternalConnection()
function processes input available on an internal connection.
This function should be called for an internal connection only
after an operating system facility (for example,
select
or
poll)
has indicated that input is available; otherwise,
the effect is not defined.
See also
XAddConnectionWatch(),
XRemoveConnectionWatch(),
XInternalConnectionNumbers(),
"
Internal Connections".
Christophe Tronche, [email protected]