From 828d06f271392abbef75bb37e2635b2085bdef90 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 21 Jun 2007 23:28:14 +0000 Subject: dont build the old action stuff. config uses the new action stuff. add actions_parse_string --- openbox/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/actions.h') diff --git a/openbox/actions.h b/openbox/actions.h index ca152e28..548b40b5 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -106,6 +106,7 @@ gboolean actions_register(const gchar *name, ObActionsAct* actions_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); +ObActionsAct* actions_parse_string(const gchar *name); void actions_act_ref(ObActionsAct *act); void actions_act_unref(ObActionsAct *act); -- cgit v1.2.3