Searched refs:axis_event_legacy (Results 1 – 1 of 1) sorted by relevance
2518 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_finger() local2526 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_finger()2536 *axis_event_legacy = *axis_event; in pointer_notify_axis_finger()2543 &axis_event_legacy->base); in pointer_notify_axis_finger()2552 struct libinput_event_pointer *axis_event, *axis_event_legacy; in pointer_notify_axis_continuous() local2560 axis_event_legacy = zalloc(sizeof *axis_event_legacy); in pointer_notify_axis_continuous()2570 *axis_event_legacy = *axis_event; in pointer_notify_axis_continuous()2577 &axis_event_legacy->base); in pointer_notify_axis_continuous()