To be sure, to be sure

2008-10-11 Thread Colin Harrison
Hi, There is a double up of some code in dix/events.c, function ReleaseActiveGrabs(), that may give trouble? at about line 1920 if (dev-deviceGrab.grab SameClient(dev-deviceGrab.grab, client)) { (*dev-deviceGrab.DeactivateGrab)(dev); done

Re: To be sure, to be sure

2008-10-11 Thread Peter Hutterer
On Sat, Oct 11, 2008 at 03:27:48PM +0100, Colin Harrison wrote: There is a double up of some code in dix/events.c, function ReleaseActiveGrabs(), that may give trouble? at about line 1920 if (dev-deviceGrab.grab SameClient(dev-deviceGrab.grab, client)) {