mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
touchpad: rename a function for consistency
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1250>
This commit is contained in:
parent
fc70dc90f0
commit
d9a949657e
1 changed files with 4 additions and 4 deletions
|
|
@ -2818,7 +2818,7 @@ tp_interface_toggle_touch(struct evdev_dispatch *dispatch,
|
|||
|
||||
/* Called when the tablet toggles to left-handed */
|
||||
static void
|
||||
touchpad_left_handed_toggled(struct evdev_dispatch *dispatch,
|
||||
tp_interface_left_handed_toggled(struct evdev_dispatch *dispatch,
|
||||
struct evdev_device *device,
|
||||
bool left_handed_enabled)
|
||||
{
|
||||
|
|
@ -2853,7 +2853,7 @@ static struct evdev_dispatch_interface tp_interface = {
|
|||
.touch_arbitration_toggle = tp_interface_toggle_touch,
|
||||
.touch_arbitration_update_rect = NULL,
|
||||
.get_switch_state = NULL,
|
||||
.left_handed_toggle = touchpad_left_handed_toggled,
|
||||
.left_handed_toggle = tp_interface_left_handed_toggled,
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue