mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 19:10:43 -05:00
clutter: Use the ClutterScrollFinishFlags when delivering scroll event
This got accidentally hardcoded to CLUTTER_SCROLL_FINISHED_NONE on commit
d3c559a917
, which broke kinetic scrolling for touchpads on clients.
This commit is contained in:
parent
743e8cc249
commit
26cd031be8
@ -1214,8 +1214,7 @@ notify_continuous_axis (ClutterSeatEvdev *seat,
|
|||||||
|
|
||||||
clutter_seat_evdev_notify_scroll_continuous (seat, device, time_us,
|
clutter_seat_evdev_notify_scroll_continuous (seat, device, time_us,
|
||||||
dx, dy,
|
dx, dy,
|
||||||
scroll_source,
|
scroll_source, finish_flags);
|
||||||
CLUTTER_SCROLL_FINISHED_NONE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user