Re: [PATCH] Fix "Back", "Forward", and other special mouse buttons in XWayland.

2014-12-21 Thread Peter Hutterer
On Sun, Dec 21, 2014 at 02:39:02AM -0800, Dima Ryazanov wrote: > Currently, the indexes are off by 4 because of the scroll buttons. > > Signed-off-by: Dima Ryazanov > --- > hw/xwayland/xwayland-input.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/xwayland/xw

[PATCH] Fix "Back", "Forward", and other special mouse buttons in XWayland.

2014-12-21 Thread Dima Ryazanov
Currently, the indexes are off by 4 because of the scroll buttons. Signed-off-by: Dima Ryazanov --- hw/xwayland/xwayland-input.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/xwayland/xwayland-input.c b/hw/xwayland/xwayland-input.c index b8c543c..ad30c31 100644 ---