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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index c8e00487..cf6f633e 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -104,6 +104,8 @@ void action_focusraise(union ActionData *data); /* ClientAction */ void action_close(union ActionData *data); /* ClientAction */ +void action_kill(union ActionData *data); +/* ClientAction */ void action_shade(union ActionData *data); /* ClientAction */ void action_unshade(union ActionData *data); -- cgit v1.2.3