#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) |
|
Create a pixmap on the back-end server. |
|
Destroy the pixmap on the back-end server. |
|
Create and return a region based on the pixmap pointed to by pPixmap. |
|
Create a pixmap for pScreen with the specified width, height, and depth. |
|
Destroy the pixmap pointed to by pPixmap. |
|
Initialize a private area in pScreen for pixmap information. |