diff options
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; }; /** |