From 780b2428a2463f164608c498f7d2e586016b8e11 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 19 Aug 2013 00:03:51 +0200 Subject: 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. --- openbox/actions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/actions.h') 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); -- cgit v1.2.3