summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-11 12:44:54 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-09 11:14:44 +0200
commit0d30d44a8cdacfbc99d8193f76c133b803464622 (patch)
tree37c947f12965f3544dc5f31d4b4c28d47154b2fe /include
parente2a3e91a56cb598f2c8257614d92ccd46b7fc094 (diff)
dix: Drop the third argument from WindowExposuresProcPtr
A careful read shows that it was always NULL. It hasn't always been; as the DDX spec indicates, it was the "occluded region that has backing store", but since that backing store code is long gone, we can nuke it. mi{,Overlay}WindowExposures get slightly simpler here, and will get even simpler in just a moment. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/scrnintstr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index 6955e77fd..7331ec1b6 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -155,8 +155,7 @@ typedef void (*PostValidateTreeProcPtr) (WindowPtr /*pParent */ ,
VTKind /*kind */ );
typedef void (*WindowExposuresProcPtr) (WindowPtr /*pWindow */ ,
- RegionPtr /*prgn */ ,
- RegionPtr /*other_exposed */ );
+ RegionPtr /*prgn */);
typedef void (*CopyWindowProcPtr) (WindowPtr /*pWindow */ ,
DDXPointRec /*ptOldOrg */ ,