mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
add configuration file
This commit is contained in:
parent
54f87146c3
commit
b3a43e2261
4 changed files with 130 additions and 63 deletions
|
|
@ -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[]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue