diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
| commit | ebe3091560a859996a9904c342c62b512b39bee0 (patch) | |
| tree | fd733567f8aec40b7b9bafecc592f0da43ed47a7 /openbox/action.h | |
| parent | 16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88 (diff) | |
const
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 bbd59804..68488731 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -164,7 +164,7 @@ struct _ObAction { action_resize_relative_vert - the delta */ -ObAction *action_from_string(char *name, ObUserAction uact); +ObAction *action_from_string(const gchar *name, ObUserAction uact); ObAction *action_parse(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, ObUserAction uact); void action_free(ObAction *a); |
