1. NAME

XSynchronize, XSetAfterFunction - enable or disable synchronization

2. SYNTAX

int (*XSynchronize(Display *display, Bool onoff))(); int (*XSetAfterFunction(Display *display, int (*procedure)()))();

3. ARGUMENTS

display 1i Specifies the connection to the X server.

procedure 1i Specifies the procedure to be called.

onoff 1i Specifies a Boolean value that indicates whether to enable or disable synchronization.

4. DESCRIPTION

The .ZN XSynchronize function returns the previous after function. If onoff is .ZN True , .ZN XSynchronize turns on synchronous behavior. If onoff is .ZN False , .ZN XSynchronize turns off synchronous behavior.

The specified procedure is called with only a display pointer. .ZN XSetAfterFunction returns the previous after function.

5. SEE ALSO

XSetErrorHandler(3)
\*(xL