virtual-input/native: Properly forward 'finish' scroll event flags
This makes kinetic scrolling in e.g. GTK work. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4064>
This commit is contained in:
parent
2cd84f9263
commit
f76b59322a
@ -738,7 +738,7 @@ notify_scroll_continuous_in_impl (GTask *task)
|
||||
event->time_us,
|
||||
event->dx, event->dy,
|
||||
event->scroll_source,
|
||||
CLUTTER_SCROLL_FINISHED_NONE);
|
||||
event->finish_flags);
|
||||
}
|
||||
|
||||
g_task_return_boolean (task, TRUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user