From b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Feb 2015 15:02:49 +0100 Subject: massive reduction of unneeded files --- .../programs/Xserver/hw/dmx/doc/html/dmx_8h.html | 532 --------------------- 1 file changed, 532 deletions(-) delete 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 deleted file mode 100644 index ecdde319d..000000000 --- a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmx_8h.html +++ /dev/null @@ -1,532 +0,0 @@ - - - - - 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