forgot to write this change before
This commit is contained in:
parent
56afeac8ea
commit
bf00efba2d
@ -195,7 +195,7 @@ delete(Client *c, int shift)
|
||||
if (c == 0)
|
||||
return;
|
||||
if ((c->proto & Pdelete) && !shift)
|
||||
sendcmessage(c->window, wm_protocols, wm_delete, 0);
|
||||
sendcmessage(c->window, wm_protocols, wm_delete, 0, 0);
|
||||
else
|
||||
XKillClient(dpy, c->window); /* let event clean up */
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user