renamed WM_PROTOCOL_DELWIN into PROTODELWIN
This commit is contained in:
parent
ab7a11c0c7
commit
080a38d62d
3 changed files with 3 additions and 3 deletions
2
client.c
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue