mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 16:00:09 +01:00
touchpad: change direction flags from int to uint32_t
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0a82d2fa39
commit
0bd94a17ff
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ tp_gesture_get_active_touches(const struct tp_dispatch *tp,
|
|||
return n;
|
||||
}
|
||||
|
||||
static int
|
||||
static uint32_t
|
||||
tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch,
|
||||
unsigned int nfingers)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue