plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit bf00efba2df4172c1d60e51eb9f0c2af0f9f22c6
parent 56afeac8ea058ac0c0637df224e8a55450691eed
Author: rsc <devnull@localhost>
Date:   Fri,  6 Aug 2004 14:14:38 +0000

forgot to write this change before

Diffstat:
Msrc/cmd/rio/menu.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/rio/menu.c b/src/cmd/rio/menu.c @@ -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 */ }