all repos — dwm @ d54444cfd73f5006bf58e29e50a4ed28d08f9435

my dwm build

changed getproto, maybe that might fix the killclient issue reported on the list
arg@10ksloc.org unknown
Mon, 07 Aug 2006 08:19:58 +0200
commit

d54444cfd73f5006bf58e29e50a4ed28d08f9435

parent

525ef3c178a889266affee5853870907751e074a

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M main.cmain.c

@@ -102,9 +102,10 @@ {

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