X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=434a93b695bca5d0a94dcc77b330f0396741208a;hb=080a38d62d18be2ab98f66ed190d3d9e3463fec9;hp=fd91af5d1d0b888339b1436b5552fe456ebe056a;hpb=ab7a11c0c73fa101c8e0234f8214284888fb8156;p=dwm.git diff --git a/client.c b/client.c index fd91af5..434a93b 100644 --- a/client.c +++ b/client.c @@ -191,7 +191,7 @@ killclient(Arg *arg) { if(!sel) return; - if(sel->proto & WM_PROTOCOL_DELWIN) + if(sel->proto & PROTODELWIN) sendevent(sel->win, wmatom[WMProtocols], wmatom[WMDelete]); else XKillClient(dpy, sel->win);