[PATCH synaptics 09/12] Rename HandleClickWithFingers to handle_clickfinger.
Jamey Sharp
jamey at minilop.net
Fri May 7 16:45:23 PDT 2010
Reviewed-by: Jamey Sharp <jamey at minilop.net>
On Thu, May 6, 2010 at 9:42 PM, Peter Hutterer <peter.hutterer at who-t.net> 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 <peter.hutterer at who-t.net>
> ---
> 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
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
More information about the xorg-devel
mailing list