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