XSynchronize
Syntax
int (*XSynchronize(display, onoff))()
Display *display;
Bool onoff;
Arguments
display
| Specifies the connection to the X server.
|
onoff
| Specifies a Boolean value that indicates whether to enable
or disable synchronization.
|
Description
The
XSynchronize()
function returns
the previous after function.
If onoff is
True ,
XSynchronize()
turns on synchronous behavior.
If onoff is
False ,
XSynchronize()
turns off synchronous behavior.
See also
XSetAfterFunction(),
XSetErrorHandler(),
"
Enabling or Disabling Synchronization".
Christophe Tronche, [email protected]