diff options
Diffstat (limited to 'fb/fb.h')
-rw-r--r-- | fb/fb.h | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -1262,17 +1262,6 @@ fbCopyNto1 (PixmapPtr pSrcPixmap, Pixel bitplane, void *closure); -extern _X_EXPORT RegionPtr -fbCopyArea (PixmapPtr pSrcPixmap, - PixmapPtr pDstPixmap, - DrvGCPtr pGC, - int xIn, - int yIn, - int widthSrc, - int heightSrc, - int xOut, - int yOut); - drvCopyProc fbGetCopyAreaFunction(PixmapPtr pSrc, PixmapPtr pDst); @@ -1486,11 +1475,11 @@ fbPictureInit (ScreenPtr pScreen, extern _X_EXPORT PixmapPtr fbCreatePixmapBpp (ScreenPtr pScreen, int width, int height, int depth, int bpp, - unsigned usage_hint); + unsigned usage_hint, ProtoPixmapPtr parent); extern _X_EXPORT PixmapPtr fbCreatePixmap (ScreenPtr pScreen, int width, int height, int depth, - unsigned usage_hint); + unsigned usage_hint, ProtoPixmapPtr parent); extern _X_EXPORT Bool fbDestroyPixmap (PixmapPtr pPixmap); |