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 > +setwmname(const char *na

[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