1XSynchronize(3) XLIB FUNCTIONS XSynchronize(3)
2
3
4
6 XSynchronize, XSetAfterFunction - enable or disable synchronization
7
9 int (*XSynchronize(Display *display, Bool onoff))();
10
11 int (*XSetAfterFunction(Display *display, int (*procedure)()))();
12
14 display Specifies the connection to the X server.
15
16 procedure Specifies the procedure to be called.
17
18 onoff Specifies a Boolean value that indicates whether to enable or
19 disable synchronization.
20
22 The XSynchronize function returns the previous after function. If
23 onoff is True, XSynchronize turns on synchronous behavior. If onoff is
24 False, XSynchronize turns off synchronous behavior.
25
26 The specified procedure is called with only a display pointer.
27 XSetAfterFunction returns the previous after function.
28
30 XSetErrorHandler(3)
31 Xlib - C Language X Interface
32
33
34
35X Version 11 libX11 1.6.7 XSynchronize(3)