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

dmxpixmap.c File Reference

#include "dmx.h"
-#include "dmxsync.h"
-#include "dmxpixmap.h"
-#include "pixmapstr.h"
-#include "servermd.h"
- - - - - - - - - - - - - - - -

Functions

Bool dmxInitPixmap (ScreenPtr pScreen)
void dmxBECreatePixmap (PixmapPtr pPixmap)
PixmapPtr dmxCreatePixmap (ScreenPtr pScreen, int width, int height, int depth)
Bool dmxBEFreePixmap (PixmapPtr pPixmap)
Bool dmxDestroyPixmap (PixmapPtr pPixmap)
RegionPtr dmxBitmapToRegion (PixmapPtr pPixmap)
-

Detailed Description

-Provides pixmap support.

Function Documentation

-

- - - - -
- - - - - - - - - - -
void dmxBECreatePixmap PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

-Create a pixmap on the back-end server.

-

- - - - -
- - - - - - - - - - -
Bool dmxBEFreePixmap PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

-Destroy the pixmap on the back-end server.

-

- - - - -
- - - - - - - - - - -
RegionPtr dmxBitmapToRegion PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

-Create and return a region based on the pixmap pointed to by pPixmap.

-

- - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PixmapPtr dmxCreatePixmap ScreenPtr  pScreen,
int  width,
int  height,
int  depth
-
- - - - - -
-   - - -

-Create a pixmap for pScreen with the specified width, height, and depth.

-

- - - - -
- - - - - - - - - - -
Bool dmxDestroyPixmap PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

-Destroy the pixmap pointed to by pPixmap.

-

- - - - -
- - - - - - - - - - -
Bool dmxInitPixmap ScreenPtr  pScreen  ) 
-
- - - - - -
-   - - -

-Initialize a private area in pScreen for pixmap information.

-


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