[PATCH setxkbmap] Set of macros converted to enum type.

2011-02-17 Thread Van de Bugger
Signed-off-by: Van de Bugger --- setxkbmap.c | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/setxkbmap.c b/setxkbmap.c index 0c43be5..e47278d 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -57,15 +57,18 @@ #define DFLT_XKB_MODEL "pc105" #endi

[PATCH setxkbmap] Set of macros converted to enum type.

2011-02-18 Thread Lev Nezhdanov
Signed-off-by: Van de Bugger --- setxkbmap.c | 26 ++ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/setxkbmap.c b/setxkbmap.c index 0c43be5..07e9267 100644 --- a/setxkbmap.c +++ b/setxkbmap.c @@ -57,15 +57,17 @@ #define DFLT_XKB_MODEL "pc105" #endif

Re: [PATCH setxkbmap] Set of macros converted to enum type.

2011-02-17 Thread Peter Hutterer
On Thu, Feb 17, 2011 at 10:41:29PM +0300, Van de Bugger wrote: > > Signed-off-by: Van de Bugger > --- > setxkbmap.c | 27 +++ > 1 files changed, 15 insertions(+), 12 deletions(-) > > diff --git a/setxkbmap.c b/setxkbmap.c > index 0c43be5..e47278d 100644 > --- a/setxkbm

Re: [PATCH setxkbmap] Set of macros converted to enum type.

2011-02-18 Thread Van de Bugger
> I'd prefer it if you skipped the typedef. > an "enum source src" is much more expressive than "source_t src" Not a problem. See the next message. On Fri, 2011-02-18 at 10:02 +1000, Peter Hutterer wrote: > On Thu, Feb 17, 2011 at 10:41:29PM +0300, Van de Bugger wrote: > > > > Signed-off-by: Van

Re: [PATCH setxkbmap] Set of macros converted to enum type.

2011-02-21 Thread Peter Hutterer
On Fri, Feb 18, 2011 at 11:00:55PM +0300, Lev Nezhdanov wrote: > Signed-off-by: Van de Bugger merged, thanks. for future patches, if you re-send a modified patch please use a prefix of [PATCH v2 setxkbmap] etc. so it is easier to find on a glance which one the most current patch is. new patch