summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-12 11:56:28 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-09 11:14:53 +0200
commit5d3bd8a3dc6456ea1ccf7b5f71b972379d7565ec (patch)
tree97551d5b4e0d1ebb261f3368867da479fe595d80 /fb
parent7eddc80bc4a6c1902746a9fbe79ab553f9fd5821 (diff)
mi: Drop plane argument from miHandleExposures
This existed to be passed to the bs recovery routine; since we back all planes, we don't care. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fb')
-rw-r--r--fb/fbcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb/fbcopy.c b/fb/fbcopy.c
index 541ef713b..5bbabc39f 100644
--- a/fb/fbcopy.c
+++ b/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);
}