summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 61f0b2ec9..db254e39c 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -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);