From 597fad9d8d5b7be27cabeeec750ed15f86377a07 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 06:01:06 +0000 Subject: add focus actions --- openbox/action.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 10fa1779..0f277fa8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -90,6 +90,10 @@ void action_free(Action *a); /* Execute */ void action_execute(union ActionData *data); /* ClientAction */ +void action_focus(union ActionData *data); +/* ClientAction */ +void action_unfocus(union ActionData *data); +/* ClientAction */ void action_iconify(union ActionData *data); /* ClientAction */ void action_raise(union ActionData *data); -- cgit v1.2.3