Re: [Linuxwacom-devel] [PATCH] Pass current WacomDeviceState through to sendAction

2017-12-18 Thread Peter Hutterer
On Mon, Dec 18, 2017 at 11:53:09AM -0800, Jason Gerecke wrote: > This commit refactors the signature of the sendAction function to take a > WacomDeviceState pointer. This change makes it easier to implement the > following pan/scroll patch. > > Signed-off-by: Jason Gerecke Reviewed-by: Peter Hut

[Linuxwacom-devel] [PATCH] Pass current WacomDeviceState through to sendAction

2017-12-18 Thread Jason Gerecke
This commit refactors the signature of the sendAction function to take a WacomDeviceState pointer. This change makes it easier to implement the following pan/scroll patch. Signed-off-by: Jason Gerecke --- src/wcmCommon.c | 42 +- 1 file changed, 21 inserti