diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 07:34:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 07:34:03 +0000 |
| commit | f7eb47dba4b091b67a28404ce461b15dffcb4298 (patch) | |
| tree | b96cc34aa1565722889472d3b5e77bc7ae02af7a /openbox/action.h | |
| parent | ffba11aeb059bef0b4876eb6aad2a8a24e2db6f1 (diff) | |
make client-list-menu work too
more menu cleanups
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.h b/openbox/action.h index 2f57cb87..bacd4b5c 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -137,7 +137,7 @@ ObAction *action_new(void (*func)(union ActionData *data)); */ ObAction *action_from_string(char *name); -ObAction *action_parse(xmlDocPtr doc, xmlNodePtr node); +ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node); void action_free(ObAction *a); /* Execute */ |
