#ifndef DRV_SCREENINT_H #define DRV_SCREENINT_H #include "drv_types.h" DrvScreenPtr DrvScreenAllocate(void); Bool drvScreenInit(DrvScreenPtr pDrvScreen); void drvSetScreenPixmap(DrvScreenPtr pDrvScreen, DrvPixmapPtr drvPixmap); #endif