Re: [PATCH 3/3] xwayland: Handle keymap changes

2013-10-22 Thread Kristian Høgsberg
On Mon, Oct 21, 2013 at 02:41:54PM +0200, Rui Matos wrote: > --- > hw/xfree86/xwayland/xwayland-input.c | 39 > +--- > include/input.h | 2 +- > 2 files changed, 37 insertions(+), 4 deletions(-) > > diff --git a/hw/xfree86/xwayland/xwayland-i

Re: [PATCH 3/3] xwayland: Handle keymap changes

2013-10-21 Thread Daniel Stone
Hi, This and the other one look good to me: Reviewed-by: Daniel Stone Cheers, Daniel On 21 October 2013 13:41, Rui Matos wrote: > --- > hw/xfree86/xwayland/xwayland-input.c | 39 > +--- > include/input.h | 2 +- > 2 files changed, 37 inser

[PATCH 3/3] xwayland: Handle keymap changes

2013-10-21 Thread Rui Matos
--- hw/xfree86/xwayland/xwayland-input.c | 39 +--- include/input.h | 2 +- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/hw/xfree86/xwayland/xwayland-input.c b/hw/xfree86/xwayland/xwayland-input.c index d031b34..ebf1af1 1006