Re: [PATCH 5/5] xkb: Factor out a function to copy a keymap's controls unto another

2014-03-11 Thread Peter Hutterer
On Fri, Mar 07, 2014 at 02:32:28PM -0800, Kristian Høgsberg wrote: > From: Rui Matos > > Reviewed-by: Kristian Høgsberg merged this one with s/unto/onto/, thanks. Cheers, Peter > --- > include/xkbsrv.h | 3 +++ > xkb/xkb.c| 14 +- > xkb/xkbUtils.c | 23 +

[PATCH 5/5] xkb: Factor out a function to copy a keymap's controls unto another

2014-03-07 Thread Kristian Høgsberg
From: Rui Matos Reviewed-by: Kristian Høgsberg --- include/xkbsrv.h | 3 +++ xkb/xkb.c| 14 +- xkb/xkbUtils.c | 23 +++ 3 files changed, 27 insertions(+), 13 deletions(-) diff --git a/include/xkbsrv.h b/include/xkbsrv.h index 5d8e409..49e236d 100644 -