commit | eeefc9e3119bbf2a659e5a71ce21dbc774251308 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sat Sep 21 23:17:35 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sat Sep 21 23:17:35 2013 -0700 |
tree | 74ff3b275c2f04f383754ca004ebd0baa4100140 | |
parent | 1abe0486bbb51c9c8517f8d5a347c6f46830de89 [diff] [blame] |
compositor: Log the full path of the config file we're using
diff --git a/shared/config-parser.h b/shared/config-parser.h index 56e390f..745562b 100644 --- a/shared/config-parser.h +++ b/shared/config-parser.h
@@ -95,6 +95,9 @@ struct weston_config * weston_config_parse(const char *name); +const char * +weston_config_get_full_path(struct weston_config *config); + void weston_config_destroy(struct weston_config *config);