From 54b8eb3bf321190702b0515502e98c9287e6221b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Sep 2003 18:02:39 +0000 Subject: bring back action_run_string, use action_run_string for running actions from other actions --- 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 f2ae7cbc..bce741a6 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -209,6 +209,8 @@ void action_run_list(GSList *acts, struct _ObClient *c, ObFrameContext context, #define action_run(a, c, s) \ action_run_list(a, c, OB_FRAME_CONTEXT_NONE, s, 0, -1, -1, FALSE, FALSE) +void action_run_string(const gchar *name, struct _ObClient *c); + /* Execute */ void action_execute(union ActionData *data); /* ActivateAction */ -- cgit v1.2.3