X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=4c7a1a4336c1b37be3b88e81db614f76d2602c70;hb=d54444cfd73f5006bf58e29e50a4ed28d08f9435;hp=b1372d0c846b6a11fee8d400564898d2fe452cf0;hpb=525ef3c178a889266affee5853870907751e074a;p=dwm.git diff --git a/main.c b/main.c index b1372d0..4c7a1a4 100644 --- a/main.c +++ b/main.c @@ -102,9 +102,10 @@ getproto(Window w) int protos = 0; int i; long res; - unsigned char *protocols; + Atom *protocols; - res = win_property(w, wmatom[WMProtocols], XA_ATOM, 20L, &protocols); + res = win_property(w, wmatom[WMProtocols], XA_ATOM, 20L, + ((unsigned char **)&protocols)); if(res <= 0) { return protos; }