summaryrefslogtreecommitdiff
path: root/src/evdev-mt-touchpad.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-05-27 15:17:26 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2014-06-02 14:01:14 +1000
commitcb05a3aa91bca23d555877f6a924550e1aece45c (patch)
tree370d9ecd503ffc306acb89c90935ae439c017613 /src/evdev-mt-touchpad.h
parent42bedd689a536dec5ff2fe73c4387b1f7e58e752 (diff)
downloadlibinput-cb05a3aa91bca23d555877f6a924550e1aece45c.tar.gz
touchpad: Rename some variables and functions
Rename some clickpad softbutton area variables to have bottom in their name, this is a preperation patch for adding top softbutton area support. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/evdev-mt-touchpad.h')
-rw-r--r--src/evdev-mt-touchpad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev-mt-touchpad.h b/src/evdev-mt-touchpad.h
index 65391495..bcb84dc4 100644
--- a/src/evdev-mt-touchpad.h
+++ b/src/evdev-mt-touchpad.h
@@ -173,7 +173,7 @@ struct tp_dispatch {
struct {
int32_t top_edge;
int32_t rightbutton_left_edge;
- } area;
+ } bottom_area;
unsigned int timeout; /* current timeout in ms */