aboutsummaryrefslogtreecommitdiff
path: root/examples/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config.h')
-rw-r--r--examples/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config.h b/examples/config.h
index 1ecadd81..d02d1a2c 100644
--- a/examples/config.h
+++ b/examples/config.h
@@ -14,6 +14,7 @@ struct output_config {
struct example_config {
struct wl_list outputs;
+ char *config_path;
};
struct example_config *parse_args(int argc, char *argv[]);