mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
forgot to write this change before
This commit is contained in:
parent
56afeac8ea
commit
bf00efba2d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue