From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxsync_8h.html | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxsync_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxsync_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxsync_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxsync_8h.html new file mode 100644 index 000000000..53edcef9c --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxsync_8h.html @@ -0,0 +1,136 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxsync.h File Reference

+

+Go to the source code of this file. + + + + + + + + +

Functions

void dmxSyncActivate (const char *interval)
void dmxSyncInit (void)
void dmxSync (DMXScreenInfo *dmxScreen, Bool now)
+


Detailed Description

+Interface for sync support.
See also:
dmxsync.c
+

Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void dmxSync DMXScreenInfo dmxScreen,
Bool  now
+
+ + + + + +
+   + + +

+Request an XSync() to the display used by dmxScreen. If now is TRUE, call XSync() immediately instead of waiting for the next XSync() batching point. Note that if XSync() batching was deselected with dmxSyncActivate() before dmxSyncInit() was called, then no XSync() batching is performed and this function always calles XSync() immediately.

+(Note that this function uses TimerSet but works correctly in the face of a server generation. See the source for details.)

+If dmxScreen is NULL, then all pending syncs will be flushed immediately.

+

+ + + + +
+ + + + + + + + + + +
void dmxSyncActivate const char *  interval  ) 
+
+ + + + + +
+   + + +

+Request the XSync() batching optimization with the specified interval (in mS). If the interval is 0, 100mS is used. If the interval is less than 0, then the XSync() batching optimization is not requested (e.g., so the -syncbatch -1 command line option can turn off the default 100mS XSync() batching).

+Note that the parameter to this routine is a string, since it will usually be called from ddxProcessArgument in #dmxinit.c

+

+ + + + +
+ + + + + + + + + + +
void dmxSyncInit void   ) 
+
+ + + + + +
+   + + +

+Initialize the XSync() batching optimization, but only if dmxSyncActivate was last called with a non-negative value.

+


+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3