Re: [dev] [PATCHv2] dwm: replace deprecated XKeycodeToKeysym

2012-12-11 Thread Antonio Quartulli
old > behavior. Yap, I have read that. Oky, sounds good! Thank you! -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara pgp7Bb49JHAqG.pgp Description: PGP signature

Re: [dev] [st] Add a newline to the string printed in die

2012-12-11 Thread Antonio Quartulli
the > > prefered patch format. Get familiar with your git tools. > > No. > Ah, I just got onto this thread..maybe this is why my patch: "[PATCHv2] dwm: replace deprecated XKeycodeToKeysym" had not been reviewed/commented? :) Cheers, -- Antonio Quartulli ..each of us alone is worth nothing.. Ernesto "Che" Guevara pgpDfwirSxUrd.pgp Description: PGP signature

[dev] [PATCHv2] dwm: replace deprecated XKeycodeToKeysym

2012-12-11 Thread Antonio Quartulli
XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym (X11/XKBlib.h). This patch substitutes the former with the latter in dwm.c Signed-off-by: Antonio Quartulli --- dwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index d9443da..5d497b0

Re: [dev] [PATCH] dwm: replace deprecated XKeycodeToKeysym

2012-12-11 Thread Antonio Quartulli
On Tue, Dec 11, 2012 at 09:35:12AM +0100, Antonio Quartulli wrote: > XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym > (X11/XKBlib.h). This patch substitutes the former with the latter in dwm.c > > Signed-off-by: Antonio Quartulli > --- > } > +void &g

[dev] [PATCH] dwm: replace deprecated XKeycodeToKeysym

2012-12-11 Thread Antonio Quartulli
XKeycodeToKeysym is now deprecated in favour of XkbKeycodeToKeysym (X11/XKBlib.h). This patch substitutes the former with the latter in dwm.c Signed-off-by: Antonio Quartulli --- dwm.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index