Hi,

I'm using a keyboard with extra function keys and since those keys are
not defined in keysym.h, I inserted the following line in dwm.c:

        #include <X11/XF86keysym.h>

It works, but it produces warnings:

        warning: initialization makes integer from pointer without a cast

How can I get rid of those warnings?

-- 
Bastien

Reply via email to