diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-26 18:02:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-26 18:02:39 +0000 |
| commit | 54b8eb3bf321190702b0515502e98c9287e6221b (patch) | |
| tree | f87b157dde7cea40d53029fc7f0cc374883c8d69 /openbox/action.h | |
| parent | 31b2dffbbe4ba8528b3562e3aa239be8e430bb47 (diff) | |
bring back action_run_string,
use action_run_string for running actions from other actions
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |
