X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/d9a6a3b5d2e0152d5746723fcd482994602f292e..3af6434085aee75bd90e22aee95419dc0ae0b969:/client.c 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);