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 tiagoma...@gmail.com Reviewed-by: Kristian Høgsberg k...@bitplanet.net merged this one with s/unto/onto/, thanks. Cheers, Peter --- include/xkbsrv.h | 3 +++ xkb/xkb.c| 14 +-

[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 tiagoma...@gmail.com Reviewed-by: Kristian Høgsberg k...@bitplanet.net --- 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