tforgot to write this change before - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bf00efba2df4172c1d60e51eb9f0c2af0f9f22c6
(DIR) parent 56afeac8ea058ac0c0637df224e8a55450691eed
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 6 Aug 2004 14:14:38 +0000
forgot to write this change before
Diffstat:
M src/cmd/rio/menu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/cmd/rio/menu.c b/src/cmd/rio/menu.c
t@@ -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 */
}