Re: [PATCH 2/2] libinput: Check if axis value is available in debugging GUI

2015-01-26 Thread Peter Hutterer
On Fri, Jan 23, 2015 at 10:31:05PM +0100, c...@schoeller.se wrote: > From: Friedrich Schöller > > libinput complained with lots of "client bug" messages because the GUI tool > did not check which axis values were available. > > Signed-off-by: Friedrich Schöller both pushed, thanks. with minor

[PATCH 2/2] libinput: Check if axis value is available in debugging GUI

2015-01-23 Thread code
From: Friedrich Schöller libinput complained with lots of "client bug" messages because the GUI tool did not check which axis values were available. Signed-off-by: Friedrich Schöller --- tools/event-gui.c | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff