XLIB FUNCTIONS XSynchronize(3x11)
NAME
XSynchronize, XSetAfterFunction - enable or disable syn-
chronization SYNTAXcc [ flag... ] file... -lX11 [ library... ]
int (*XSynchronize(Display *display, Bool onoff))();
int (*XSetAfterFunction(Display *display, int (*pro-
cedure)()))(); ARGUMENTS display Specifies the connection to the X server. procedure Specifies the procedure to be called. onoff Specifies a Boolean value that indicates whether to enable or disable synchronization.DESCRIPTION
The XSynchronize function returns the previous after func-
tion. If onoff is True, XSynchronize turns on synchronous
behavior. If onoff is False, XSynchronize turns off syn-
chronous behavior. The specified procedure is called with only a displaypointer. XSetAfterFunction returns the previous after func-
tion.SEE ALSO
XSetErrorHandler(3x11)Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1