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 --- .../programs/Xserver/hw/dmx/doc/html/dmx_8h.html | 532 +++++++++++++++++++++ 1 file changed, 532 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html new file mode 100644 index 000000000..ecdde319d --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html @@ -0,0 +1,532 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmx.h File Reference

#include "gcstruct.h"
+#include "dmxclient.h"
+#include "globals.h"
+#include "scrnintstr.h"
+#include "picturestr.h"
+ +

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

Data Structures

struct  _DMXScreenInfo

Defines

#define DMX_WRAP(_entry, _newfunc, _saved, _actual)
#define DMX_UNWRAP(_entry, _saved, _actual)

Typedefs

typedef _DMXInputInfo DMXInputInfo
typedef _DMXStatInfo DMXStatInfo
typedef _DMXScreenInfo DMXScreenInfo

Variables

int dmxNumScreens
DMXScreenInfodmxScreens
int dmxShadowFB
XErrorEvent dmxLastErrorEvent
Bool dmxErrorOccurred
Bool dmxOffScreenOpt
Bool dmxSubdividePrimitives
Bool dmxLazyWindowCreation
Bool dmxUseXKB
int dmxDepth
Bool dmxNoRender
char * dmxFontPath
Bool dmxIgnoreBadFontPaths
Bool dmxAddRemoveScreens
+


Detailed Description

+Main header file included by all other DMX-related files.

Define Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
#define DMX_UNWRAP_entry,
_saved,
_actual   )  +
+
+ + + + + +
+   + + +

+Value:

do {                                                                    \
+    (_actual)->_entry = (_saved)->_entry;                               \
+} while (0)
+
Unwrap screen or GC function pointer
+

+ + + + +
+ + + + + + + + + + + + + + + + +
#define DMX_WRAP_entry,
_newfunc,
_saved,
_actual   )  +
+
+ + + + + +
+   + + +

+Value:

do {                                                                    \
+    (_saved)->_entry  = (_actual)->_entry;                              \
+    (_actual)->_entry = (_newfunc);                                     \
+} while (0)
+
Wrap screen or GC function pointer
+


Typedef Documentation

+

+ + + + +
+ + +
typedef struct _DMXInputInfo DMXInputInfo +
+
+ + + + + +
+   + + +

+Provide the typedef globally, but keep the contents opaque outside of the input routines.

See also:
dmxinput.h
+
+

+ + + + +
+ + +
typedef struct _DMXScreenInfo DMXScreenInfo +
+
+ + + + + +
+   + + +

+Global structure containing information about each backend screen.

+

+ + + + +
+ + +
typedef struct _DMXStatInfo DMXStatInfo +
+
+ + + + + +
+   + + +

+Provide the typedef globally, but keep the contents opaque outside of the XSync statistic routines.

See also:
dmxstat.c
+
+


Variable Documentation

+

+ + + + +
+ + +
Bool dmxAddRemoveScreens +
+
+ + + + + +
+   + + +

+True if add and remove screens support is enabled

+

+ + + + +
+ + +
int dmxDepth +
+
+ + + + + +
+   + + +

+Requested depth if non-zero

+

+ + + + +
+ + +
Bool dmxErrorOccurred +
+
+ + + + + +
+   + + +

+True if an error occurred

+

+ + + + +
+ + +
char* dmxFontPath +
+
+ + + + + +
+   + + +

+NULL if no font path is set on the command line; otherwise, a string of comma separated paths built from the command line specified font paths

+

+ + + + +
+ + +
Bool dmxIgnoreBadFontPaths +
+
+ + + + + +
+   + + +

+True if bad font paths should be ignored during server init

+

+ + + + +
+ + +
XErrorEvent dmxLastErrorEvent +
+
+ + + + + +
+   + + +

+Last error that occurred

+

+ + + + +
+ + +
Bool dmxLazyWindowCreation +
+
+ + + + + +
+   + + +

+True if using the lazy window creation optimization

+

+ + + + +
+ + +
Bool dmxNoRender +
+
+ + + + + +
+   + + +

+True if the RENDER extension should be disabled

+

+ + + + +
+ + +
int dmxNumScreens +
+
+ + + + + +
+   + + +

+Number of dmxScreens

+

+ + + + +
+ + +
Bool dmxOffScreenOpt +
+
+ + + + + +
+   + + +

+True if using off screen optimizations

+

+ + + + +
+ + +
DMXScreenInfo* dmxScreens +
+
+ + + + + +
+   + + +

+List of outputs

+

+ + + + +
+ + +
int dmxShadowFB +
+
+ + + + + +
+   + + +

+Non-zero if using shadow frame-buffer (deprecated)

+

+ + + + +
+ + +
Bool dmxSubdividePrimitives +
+
+ + + + + +
+   + + +

+True if using the primitive subdivision optimization

+

+ + + + +
+ + +
Bool dmxUseXKB +
+
+ + + + + +
+   + + +

+True if the XKB extension should be used with the backend servers

+


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