Merge branch 'merged-scroll-events'
This is merged on top of the wheel normalization patches. Those introduced an axis source and an extra "discrete" value to the various internal and external APIs. This branch changed from a single value to passing dx/dy into all scroll events. The conflicts are to change everything to take x, y, x_discrete, y_discrete as values (and the source axis mask of course). Conflicts: src/evdev-mt-touchpad-edge-scroll.c src/evdev.c src/libinput-private.h src/libinput.c
No related branches found
No related tags found
Showing
- src/evdev-mt-touchpad-edge-scroll.c 10 additions, 9 deletionssrc/evdev-mt-touchpad-edge-scroll.c
- src/evdev.c 33 additions, 39 deletionssrc/evdev.c
- src/libinput-private.h 5 additions, 3 deletionssrc/libinput-private.h
- src/libinput-util.h 1 addition, 0 deletionssrc/libinput-util.h
- src/libinput.c 60 additions, 17 deletionssrc/libinput.c
- src/libinput.h 15 additions, 10 deletionssrc/libinput.h
- src/libinput.sym 1 addition, 0 deletionssrc/libinput.sym
- test/litest.c 10 additions, 9 deletionstest/litest.c
- test/pointer.c 8 additions, 5 deletionstest/pointer.c
- test/touchpad.c 9 additions, 7 deletionstest/touchpad.c
- tools/event-debug.c 11 additions, 17 deletionstools/event-debug.c
- tools/event-gui.c 9 additions, 9 deletionstools/event-gui.c
Loading
Please register or sign in to comment