add configuration file

This commit is contained in:
Tony Crisci 2017-08-25 08:06:38 -04:00
parent 54f87146c3
commit b3a43e2261
4 changed files with 130 additions and 63 deletions

View file

@ -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[]);