diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2013-08-19 00:03:51 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2013-08-19 21:35:44 +0200 |
| commit | 780b2428a2463f164608c498f7d2e586016b8e11 (patch) | |
| tree | 907040e1ca50ac6d07cef48748055941073c229e /openbox/actions.h | |
| parent | 2d5239b60a5caa20c6030fa996ea4711113dcea6 (diff) | |
Add ForEach action which is like If but runs on all clients
Also adds a Stop action that lets you stop running, in case you only
want to run actions on the first match.
Diffstat (limited to 'openbox/actions.h')
| -rw-r--r-- | openbox/actions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions.h b/openbox/actions.h index f413ad82..f8e1ba83 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -84,6 +84,8 @@ gboolean actions_set_shutdown(const gchar *name, ObActionsShutdownFunc shutdown); gboolean actions_set_modifies_focused_window(const gchar *name, gboolean modifies); +gboolean actions_set_can_stop(const gchar *name, + gboolean modifies); ObActionsAct* actions_parse(xmlNodePtr node); ObActionsAct* actions_parse_string(const gchar *name); |
