aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/fb/fbcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/fb/fbcopy.c')
-rw-r--r--xorg-server/fb/fbcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/fb/fbcopy.c b/xorg-server/fb/fbcopy.c
index 541ef713b..5bbabc39f 100644
--- a/xorg-server/fb/fbcopy.c
+++ b/xorg-server/fb/fbcopy.c
@@ -271,5 +271,5 @@ fbCopyPlane(DrawablePtr pSrcDrawable,
else
return miHandleExposures(pSrcDrawable, pDstDrawable, pGC,
xIn, yIn,
- widthSrc, heightSrc, xOut, yOut, bitplane);
+ widthSrc, heightSrc, xOut, yOut);
}