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