[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 or...@autistici.org --- dwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index

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

2012-12-11 Thread Anselm R Garbe
Please see the other mail. This patch won't make it into dwm, as this doesn't work in several X server setups and we don't want to introduce case-handling as long as the modern X servers still support the old behavior. Best regards, Anselm On 11 December 2012 10:25, Antonio Quartulli

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

2012-12-11 Thread Antonio Quartulli
On Tue, Dec 11, 2012 at 06:55:47PM +0100, Anselm R Garbe wrote: Please see the other mail. This patch won't make it into dwm, as this doesn't work in several X server setups and we don't want to introduce case-handling as long as the modern X servers still support the old behavior. Yap, I