diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-21 22:06:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-21 22:06:47 +0000 |
| commit | 78d725009812d3aed87024264f0112ca9968519a (patch) | |
| tree | 5057b93f266d4cb8945dde2b46b636ce7d9404ce /parser/parse.h | |
| parent | 8a972b38791695f3e4f1b73f6b27a82fb20109c9 (diff) | |
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
Diffstat (limited to 'parser/parse.h')
| -rw-r--r-- | parser/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |
