[PATCH synaptics 09/12] Rename HandleClickWithFingers to handle_clickfinger.
Peter Hutterer
peter.hutterer at who-t.net
Thu May 6 21:42:01 PDT 2010
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
More information about the xorg-devel
mailing list