40 #include "pixmapstr.h"
51 int width,
int height,
int depth,
60 #define DMX_GET_PIXMAP_PRIV(_pPix) \
61 (dmxPixPrivPtr)dixLookupPrivate(&(_pPix)->devPrivates, dmxPixPrivateKey)
RegionPtr dmxBitmapToRegion(PixmapPtr pPixmap)
Definition: dmxpixmap.c:200
Bool dmxDestroyPixmap(PixmapPtr pPixmap)
Definition: dmxpixmap.c:162
Bool dmxInitPixmap(ScreenPtr pScreen)
Definition: dmxpixmap.c:51
struct _dmxPixPriv * dmxPixPrivPtr
Definition: dmxpixmap.h:43
void dmxBECreatePixmap(PixmapPtr pPixmap)
Definition: dmxpixmap.c:62
XImage * detachedImage
Definition: dmxpixmap.h:45
Pixmap pixmap
Definition: dmxpixmap.h:44
struct _dmxPixPriv dmxPixPrivRec
Bool dmxBEFreePixmap(PixmapPtr pPixmap)
Definition: dmxpixmap.c:145
PixmapPtr dmxCreatePixmap(ScreenPtr pScreen, int width, int height, int depth, unsigned usage_hint)
Definition: dmxpixmap.c:88