Reviewed-by: Jamey Sharp <[email protected]>

On Thu, May 6, 2010 at 9:42 PM, Peter Hutterer <[email protected]> wrote:
> The option is called ClickFinger, the man page talks this way about it, sync 
> up
> the code with it.
> No functional change.
>
> Signed-off-by: Peter Hutterer <[email protected]>
> ---
>  src/synaptics.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/synaptics.c b/src/synaptics.c
> index 650fbc2..aa3e848 100644
> --- a/src/synaptics.c
> +++ b/src/synaptics.c
> @@ -2025,7 +2025,7 @@ HandleScrolling(SynapticsPrivate *priv, struct 
> SynapticsHwState *hw,
>  }
>
>  static void
> -HandleClickWithFingers(SynapticsParameters *para, struct SynapticsHwState 
> *hw)
> +handle_clickfinger(SynapticsParameters *para, struct SynapticsHwState *hw)
>  {
>     int action = 0;
>     switch(hw->numFingers){
> @@ -2147,7 +2147,7 @@ update_hw_button_state(const LocalDevicePtr local, 
> struct SynapticsHwState *hw,
>
>     /* Fingers emulate other buttons */
>     if(hw->left && hw->numFingers >= 1){
> -        HandleClickWithFingers(para, hw);
> +        handle_clickfinger(para, hw);
>     }
>
>     /* Two finger emulation */
> --
> 1.6.6.1
>
> _______________________________________________
> [email protected]: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to