From 9b514b3b6165c80cfe7152c2088a97765f6c82f4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 06:58:38 +0000 Subject: add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button. --- openbox/action.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index 6a86cf33..3e463d66 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -73,6 +73,11 @@ void action_close(union ActionData *data) client_close(data->client.c); } +void action_kill(union ActionData *data) +{ + client_kill(data->client.c); +} + void action_shade(union ActionData *data) { client_shade(data->client.c, TRUE); -- cgit v1.2.3