Re: [PATCH] Use GetMaster instead of direct u.master access in core procs

2010-08-12 Thread Peter Hutterer
On Thu, Aug 12, 2010 at 12:09:02AM -0700, Alan Coopersmith wrote: > Signed-off-by: Alan Coopersmith > --- > > Requested by whot during IRC conversation of previous patches. > Also not tested beyond verifying "xset m" seemed to work > with a single physical mouse system. Reviewed-by: Peter Hutter

[PATCH] Use GetMaster instead of direct u.master access in core procs

2010-08-12 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith --- Requested by whot during IRC conversation of previous patches. Also not tested beyond verifying "xset m" seemed to work with a single physical mouse system. dix/devices.c | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) diff --gi