diff options
author | emersion <contact@emersion.fr> | 2018-03-26 19:13:13 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-26 19:13:13 -0400 |
commit | adf4fb08dde2fa3e981213dd6a8c97de1f93c110 (patch) | |
tree | 97dcf2ad621552035626c1c60b84ab5b09700ca7 /include/rootston | |
parent | 3bda7e2ef8db955bb56e9dbf700974de06a2836b (diff) | |
parent | 891610081fe1a8279fbe50d548bb6d42074aaae1 (diff) |
Merge branch 'master' into texture-redesign
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 9926d9c2..0a67ac1e 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -66,8 +66,10 @@ struct roots_config { struct wl_list bindings; struct wl_list keyboards; struct wl_list cursors; + char *config_path; char *startup_cmd; + bool debug_damage_tracking; }; /** |