Re: [PATCH 0/2] Hide pointer invalidation details from xwayland

2016-05-25 Thread Adam Jackson
On Wed, 2016-05-18 at 16:03 -0500, Keith Packard wrote: > Here's a couple of patches which makes miPointerRec private to the > miPointer code; the only user of that struct was Xwayland which > used it to invalidate the current sprite. An API is provided to > perform that invalidation, and then the

[PATCH 0/2] Hide pointer invalidation details from xwayland

2016-05-18 Thread Keith Packard
Here's a couple of patches which makes miPointerRec private to the miPointer code; the only user of that struct was Xwayland which used it to invalidate the current sprite. An API is provided to perform that invalidation, and then the struct definition is removed from the API.