summaryrefslogtreecommitdiff
path: root/mi/mi.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-12 12:51:13 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-09 11:14:53 +0200
commit1e56b2dfc6377234ffdcdf206528d476b04d13af (patch)
treee036f5c967f2984c0bcf234e100f0dd5b899cf4a /mi/mi.h
parent5d3bd8a3dc6456ea1ccf7b5f71b972379d7565ec (diff)
mi: Move pScreen->SendGraphicsExpose up to dix
No DDX is overriding this and it's fairly absurd to expose it as a screen operation anyway. 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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mi/mi.h b/mi/mi.h
index 700bb116e..8cb3ce7a5 100644
--- a/mi/mi.h
+++ b/mi/mi.h
@@ -232,13 +232,6 @@ extern _X_EXPORT RegionPtr miHandleExposures(DrawablePtr /*pSrcDrawable */ ,
int /*dsty */
);
-extern _X_EXPORT void miSendGraphicsExpose(ClientPtr /*client */ ,
- RegionPtr /*pRgn */ ,
- XID /*drawable */ ,
- int /*major */ ,
- int /*minor */
- );
-
extern _X_EXPORT void miSendExposures(WindowPtr /*pWin */ ,
RegionPtr /*pRgn */ ,
int /*dx */ ,