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

dmxcmap.h File Reference

#include "colormapst.h"
- -

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

Data Structures

struct  _dmxColormapPriv

Defines

#define DMX_SET_COLORMAP_PRIV(_pCMap, _pCMapPriv)
#define DMX_GET_COLORMAP_PRIV(_pCMap)   (dmxColormapPrivPtr)(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr

Typedefs

typedef _dmxColormapPriv dmxColormapPrivRec
typedef _dmxColormapPrivdmxColormapPrivPtr

Functions

Bool dmxCreateColormap (ColormapPtr pColormap)
void dmxDestroyColormap (ColormapPtr pColormap)
void dmxInstallColormap (ColormapPtr pColormap)
void dmxStoreColors (ColormapPtr pColormap, int ndef, xColorItem *pdef)
Bool dmxCreateDefColormap (ScreenPtr pScreen)
Bool dmxBECreateColormap (ColormapPtr pColormap)
Bool dmxBEFreeColormap (ColormapPtr pColormap)

Variables

int dmxColormapPrivateIndex
-


Detailed Description

-Header file for colormap support.
See also:
dmxcmap.c.
-

Define Documentation

-

- - - - -
- - - - - - - -
#define DMX_GET_COLORMAP_PRIV_pCMap   )    (dmxColormapPrivPtr)(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr -
-
- - - - - -
-   - - -

-Get colormap private structure.

-

- - - - -
- - - - - - - - - - -
#define DMX_SET_COLORMAP_PRIV_pCMap,
_pCMapPriv   )  -
-
- - - - - -
-   - - -

-Value:

(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr                      \
-        = (pointer)(_pCMapPriv);
-
Set colormap private structure.
-


Typedef Documentation

-

- - - - -
- - -
typedef struct _dmxColormapPriv * dmxColormapPrivPtr -
-
- - - - - -
-   - - -

-Colormap private area.

-

- - - - -
- - -
typedef struct _dmxColormapPriv dmxColormapPrivRec -
-
- - - - - -
-   - - -

-Colormap private area.

-


Function Documentation

-

- - - - -
- - - - - - - - - - -
Bool dmxBECreateColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - - -

-Create pColormap on the back-end server.

-

- - - - -
- - - - - - - - - - -
Bool dmxBEFreeColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - - -

-Destroy pColormap on the back-end server.

-

- - - - -
- - - - - - - - - - -
Bool dmxCreateColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - - -

-Create colormap on back-end server associated with pColormap's screen.

-

- - - - -
- - - - - - - - - - -
Bool dmxCreateDefColormap ScreenPtr  pScreen  ) 
-
- - - - - -
-   - - -

-Create the DMX server's default colormap.

-

- - - - -
- - - - - - - - - - -
void dmxDestroyColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - - -

-Destroy colormap on back-end server associated with pColormap's screen.

-

- - - - -
- - - - - - - - - - -
void dmxInstallColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - - -

-Install colormap on back-end server associated with pColormap's screen.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
void dmxStoreColors ColormapPtr  pColormap,
int  ndef,
xColorItem *  pdef
-
- - - - - -
-   - - -

-Store colors in pColormap on back-end server associated with pColormap's screen.

-


Variable Documentation

-

- - - - -
- - -
int dmxColormapPrivateIndex -
-
- - - - - -
-   - - -

-Private index for Colormaps

-


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