From 78d725009812d3aed87024264f0112ca9968519a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Apr 2007 22:06:47 +0000 Subject: add --debug-focus add --config-file: to specify a config file to use. set OPENBOX_RC property on the root window containing the path of the RC file being the full path to the RC file being used by openbox --- parser/parse.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'parser/parse.h') diff --git a/parser/parse.h b/parser/parse.h index d2a6606b..7039d8c4 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -35,7 +35,8 @@ ObParseInst* parse_startup(); void parse_shutdown(ObParseInst *inst); /* Loads Openbox's rc, from the normal paths */ -gboolean parse_load_rc(xmlDocPtr *doc, xmlNodePtr *root); +gboolean parse_load_rc(const gchar *file, xmlDocPtr *doc, xmlNodePtr *root, + gchar **fileused); /* Loads an Openbox menu, from the normal paths */ gboolean parse_load_menu(const gchar *file, xmlDocPtr *doc, xmlNodePtr *root); /* Loads an Openbox menu, from the normal paths */ -- cgit v1.2.3