forgot to write this change before

This commit is contained in:
rsc 2004-08-06 14:14:38 +00:00
parent 56afeac8ea
commit bf00efba2d

View file

@ -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 */
}