Re: [PATCH] Add api to obtain min/max keycode

2013-05-09 Thread Daniel Stone
Hi, On 22 April 2013 02:49, Matthias Clasen wrote: > On Sat, Apr 20, 2013 at 4:53 PM, Ran Benita wrote: >> On Tue, Apr 09, 2013 at 09:57:29PM -0400, matthias.cla...@gmail.com wrote: >>> Users of libxkbcommon need these values to iterate over all >>> keycodes in the keymap. >> >> Can you describe

Re: [PATCH] Add api to obtain min/max keycode

2013-04-21 Thread Matthias Clasen
On Sat, Apr 20, 2013 at 4:53 PM, Ran Benita wrote: > (This is easy to miss without some [xkbcommon] in the subject!) > > On Tue, Apr 09, 2013 at 09:57:29PM -0400, matthias.cla...@gmail.com wrote: >> From: Matthias Clasen >> >> Users of libxkbcommon need these values to iterate over all >> keycode

Re: [PATCH] Add api to obtain min/max keycode

2013-04-20 Thread Ran Benita
(This is easy to miss without some [xkbcommon] in the subject!) On Tue, Apr 09, 2013 at 09:57:29PM -0400, matthias.cla...@gmail.com wrote: > From: Matthias Clasen > > Users of libxkbcommon need these values to iterate over all > keycodes in the keymap. Can you describe the use case a bit more?

[PATCH] Add api to obtain min/max keycode

2013-04-09 Thread matthias . clasen
From: Matthias Clasen Users of libxkbcommon need these values to iterate over all keycodes in the keymap. --- src/keymap.c | 12 xkbcommon/xkbcommon.h | 20 2 files changed, 32 insertions(+) diff --git a/src/keymap.c b/src/keymap.c index 55000f4..14ec2