[PATCH] Clean up XEvIE damage in dix/events.c

Daniel Stone daniel at fooishbar.org
Thu Aug 17 10:40:58 PDT 2006


Hi,
This patch fixes a bunch of XEvIE detritus in dix/events.c by changing:
#ifdef XEVIE
xeviehot.x =
#endif
sprite.hot.x = ...

#ifdef XEVIE
xeviehot.y =
#endif
sprite.hot.y = ...

ad nauseum to:
#ifdef XEVIE
xeviehot.x = sprite.hot.x;
xeviehot.y = sprite.hot.y;
#endif

once at the end.  The only functional change I can see is that
xeviehot.[xy] will be subject to the same ConfineToShape call that
sprite.hot.[xy] is if sprite.hotShape is set.  I don't see any reason
why this shouldn't be done (though my XEvIE knowledge is very minimal),
so I assume it was more a case of not matching grep more than anything.

XEvIE people, ACK/NAK?

Cheers,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20060817/93284901/attachment.pgp>


More information about the xorg mailing list