Re: [PATCH libinput 1/7] pad: group the button state into a private struct

2016-06-06 Thread Yong Bakos
Hi Peter, > On Jun 6, 2016, at 1:50 AM, Peter Hutterer wrote: > > This is only set on button events so use the same approach as for rings and > strips. No functional changes. > > Signed-off-by: Peter Hutterer > --- > src/libinput.c | 14 -- > 1 file changed, 8 insertions(+), 6 delet

[PATCH libinput 1/7] pad: group the button state into a private struct

2016-06-05 Thread Peter Hutterer
This is only set on button events so use the same approach as for rings and strips. No functional changes. Signed-off-by: Peter Hutterer --- src/libinput.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/libinput.c b/src/libinput.c index 89fa594..0f676a3 10