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

dmxgc.c File Reference

#include "dmx.h"
-#include "dmxsync.h"
-#include "dmxgc.h"
-#include "dmxgcops.h"
-#include "dmxpixmap.h"
-#include "dmxfont.h"
-#include "gcstruct.h"
-#include "pixmapstr.h"
-#include "migc.h"
- - - - - - - - - - - - - - - - - - - - - - - - - -

Functions

Bool dmxInitGC (ScreenPtr pScreen)
void dmxBECreateGC (ScreenPtr pScreen, GCPtr pGC)
Bool dmxCreateGC (GCPtr pGC)
void dmxValidateGC (GCPtr pGC, unsigned long changes, DrawablePtr pDrawable)
void dmxChangeGC (GCPtr pGC, unsigned long mask)
void dmxCopyGC (GCPtr pGCSrc, unsigned long changes, GCPtr pGCDst)
Bool dmxBEFreeGC (GCPtr pGC)
void dmxDestroyGC (GCPtr pGC)
void dmxChangeClip (GCPtr pGC, int type, pointer pvalue, int nrects)
void dmxDestroyClip (GCPtr pGC)
void dmxCopyClip (GCPtr pGCDst, GCPtr pGCSrc)
-

Detailed Description

-This file provides support for GCs.

Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxBECreateGC ScreenPtr  pScreen,
GCPtr  pGC
-
- - - - - -
-   - - -

-Create the GC on the back-end server.

-

- - - - -
- - - - - - - - - - -
Bool dmxBEFreeGC GCPtr  pGC  ) 
-
- - - - - -
-   - - -

-Free the pGC on the back-end server.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void dmxChangeClip GCPtr  pGC,
int  type,
pointer  pvalue,
int  nrects
-
- - - - - -
-   - - -

-Change the clip rects for a GC.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxChangeGC GCPtr  pGC,
unsigned long  mask
-
- - - - - -
-   - - -

-Set the values in the graphics context on the back-end server associated with pGC's screen.

-

- - - - -
- - - - - - - - - - - - - - - - - - - -
void dmxCopyClip GCPtr  pGCDst,
GCPtr  pGCSrc
-
- - - - - -
-   - - -

-Copy a GC's clip rects.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
void dmxCopyGC GCPtr  pGCSrc,
unsigned long  changes,
GCPtr  pGCDst
-
- - - - - -
-   - - -

-Copy pGCSrc to pGCDst on the back-end server associated with pGCSrc's screen.

-

- - - - -
- - - - - - - - - - -
Bool dmxCreateGC GCPtr  pGC  ) 
-
- - - - - -
-   - - -

-Create a graphics context on the back-end server associated /a pGC's screen.

-

- - - - -
- - - - - - - - - - -
void dmxDestroyClip GCPtr  pGC  ) 
-
- - - - - -
-   - - -

-Destroy a GC's clip rects.

-

- - - - -
- - - - - - - - - - -
void dmxDestroyGC GCPtr  pGC  ) 
-
- - - - - -
-   - - -

-Destroy the graphics context, pGC and free the corresponding GC on the back-end server.

-

- - - - -
- - - - - - - - - - -
Bool dmxInitGC ScreenPtr  pScreen  ) 
-
- - - - - -
-   - - -

-Initialize the GC on pScreen, which currently involves allocating the GC private associated with this screen.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - -
void dmxValidateGC GCPtr  pGC,
unsigned long  changes,
DrawablePtr  pDrawable
-
- - - - - -
-   - - -

-Validate a graphics context, pGC, locally in the DMX server and recompute the composite clip, if necessary.

-


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