summaryrefslogtreecommitdiff
path: root/glamor/glamor_copy.c
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 /glamor/glamor_copy.c
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 'glamor/glamor_copy.c')
-rw-r--r--glamor/glamor_copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/glamor/glamor_copy.c b/glamor/glamor_copy.c
index 6f422d419..3320935f0 100644
--- a/glamor/glamor_copy.c
+++ b/glamor/glamor_copy.c
@@ -677,8 +677,7 @@ glamor_copy_plane(DrawablePtr src, DrawablePtr dst, GCPtr gc,
{
if ((bitplane & FbFullMask(src->depth)) == 0)
return miHandleExposures(src, dst, gc,
- srcx, srcy, width, height, dstx, dsty,
- bitplane);
+ srcx, srcy, width, height, dstx, dsty);
return miDoCopy(src, dst, gc,
srcx, srcy, width, height,
dstx, dsty, glamor_copy, bitplane, NULL);