diff options
author | Adam Jackson <ajax@redhat.com> | 2014-09-12 11:56:28 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2014-10-09 11:14:53 +0200 |
commit | 5d3bd8a3dc6456ea1ccf7b5f71b972379d7565ec (patch) | |
tree | 97551d5b4e0d1ebb261f3368867da479fe595d80 /mi/mi.h | |
parent | 7eddc80bc4a6c1902746a9fbe79ab553f9fd5821 (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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ , |