summaryrefslogtreecommitdiff
path: root/mi/mi.h
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 /mi/mi.h
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 'mi/mi.h')
-rw-r--r--mi/mi.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mi/mi.h b/mi/mi.h
index a4a01b8ac..700bb116e 100644
--- a/mi/mi.h
+++ b/mi/mi.h
@@ -229,8 +229,7 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ ,
int /*width */ ,
int /*height */ ,
int /*dstx */ ,
- int /*dsty */ ,
- unsigned long /*plane */
+ int /*dsty */
);
extern _X_EXPORT void miSendGraphicsExpose(ClientPtr /*client */ ,