Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-15 Thread Peter Hutterer
On Fri, Aug 13, 2010 at 10:19:06PM +0200, Simon Thum wrote: > Am 12.08.2010 06:43, schrieb Alan Coopersmith: > > Makes it into a no-op, like evdev's PtrCtrl function, now that > > mouse acceleration is completely handled in dix. > > Reviewed-by: Simon Thum > > +/* This function intentionally

Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-14 Thread Alan Coopersmith
Simon Thum wrote: > Am 12.08.2010 06:43, schrieb Alan Coopersmith: >> Makes it into a no-op, like evdev's PtrCtrl function, now that >> mouse acceleration is completely handled in dix. > > Reviewed-by: Simon Thum >> +/* This function intentionally left blank */ > > AFAIK that's the implement

Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-13 Thread Simon Thum
Am 12.08.2010 06:43, schrieb Alan Coopersmith: > Makes it into a no-op, like evdev's PtrCtrl function, now that > mouse acceleration is completely handled in dix. Reviewed-by: Simon Thum > +/* This function intentionally left blank */ AFAIK that's the implementation approach pretty much ever

Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-12 Thread Pat Kane
The change does not break my Solaris 10 build. Reviewed-by: Patrick E. Kane Pat On Thu, Aug 12, 2010 at 8:33 PM, Peter Hutterer wrote: > On Wed, Aug 11, 2010 at 09:43:24PM -0700, Alan Coopersmith wrote: >> Makes it into a no-op, like evdev's PtrCtrl function, now that >> mouse acceleratio

Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-12 Thread Peter Hutterer
On Wed, Aug 11, 2010 at 09:43:24PM -0700, Alan Coopersmith wrote: > Makes it into a no-op, like evdev's PtrCtrl function, now that > mouse acceleration is completely handled in dix. > > Signed-off-by: Alan Coopersmith > --- > src/mouse.c | 18 +++--- > src/xf86OSmouse.h |

[PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-11 Thread Alan Coopersmith
Makes it into a no-op, like evdev's PtrCtrl function, now that mouse acceleration is completely handled in dix. Signed-off-by: Alan Coopersmith --- src/mouse.c | 18 +++--- src/xf86OSmouse.h |3 --- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/src/mouse