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
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