On Tue, Feb 03, 2009 at 11:54:53PM +0100, Tomas Carnecky wrote: > diff --git a/dix/events.c b/dix/events.c > index 0c8d198..2a35aa3 100644 > --- a/dix/events.c > +++ b/dix/events.c > @@ -4611,7 +4611,6 @@ ProcQueryPointer(ClientPtr client) > xQueryPointerReply rep; > WindowPtr pWin, t; > DeviceIntPtr mouse = PickPointer(client); > - DeviceIntPtr kbd = PickKeyboard(client);
Are you sure that PickKeyboard doesn't have any side-effect? It seems unlikely, but it's better to check and be sure. > SpritePtr pSprite; > int rc; > REQUEST(xResourceReq);
pgpnxUtgPitp0.pgp
Description: PGP signature
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
