1DMXSync(3) Library Functions Manual DMXSync(3)
2
3
4
6 DMXSync - flush protocol requests between Xdmx and back-end X servers
7
9 #include <X11/extensions/dmxext.h>
10
11 Bool DMXSync(Display *dpy);
12
14 DMXSync() flushes all pending protocol requests between the Xdmx(1)
15 server and each back-end X server. It is used by clients that talk
16 directly to back-end X servers to ensure that all pending Xdmx(1)
17 requests have reached all back-end servers and have been processed by
18 those servers.
19
21 DMXSync() returns True unless there is a protocol error.
22
24 DMX(3), Xdmx(1)
25
26
27
28X Version 11 libdmx 1.1.3 DMXSync(3)