mirror of
https://github.com/brl/mutter.git
synced 2025-04-12 21:29:38 +00:00
backends/native: Fix whitespace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3410>
This commit is contained in:
parent
01f78c0451
commit
e7f91fad9d
@ -1974,7 +1974,7 @@ notify_discrete_axis (MetaSeatImpl *seat_impl,
|
|||||||
if (libinput_event_pointer_has_axis (axis_event,
|
if (libinput_event_pointer_has_axis (axis_event,
|
||||||
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL))
|
LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL))
|
||||||
{
|
{
|
||||||
dx_value120 = libinput_event_pointer_get_scroll_value_v120 (
|
dx_value120 = libinput_event_pointer_get_scroll_value_v120 (
|
||||||
axis_event, LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL);
|
axis_event, LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL);
|
||||||
}
|
}
|
||||||
if (libinput_event_pointer_has_axis (axis_event,
|
if (libinput_event_pointer_has_axis (axis_event,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user