Re: [dev] smessage

2012-02-23 Thread Bartosz Pranczke
I have a warning preventing this from compile. cc -Wall -Wextra -Werror -std=c99 -pedantic -I/usr/X11R6/include -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DNAME=\"smessage\" -DVERSION=\"ALPHA\" -c smessage.c smessage.c: In function ‘handlekey’: smessage.c:568:2: error: ‘XKeycodeToKeysym’ is deprecated (d

Re: [dev] smessage

2012-02-25 Thread Bartosz Pranczke
Hi Florian, yes, I have deleted -Werror and then it works without any problem. I use most current version of ArchLinux x64 with libx11 1.4.99.1-1. On 18:55 Thu 23 Feb , Florian Limberger wrote: > Hi Bartosz, > > On 23.02.2012 13:30, Bartosz Pranczke wrote: > > I have a war