aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/config.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-28 00:20:39 -0400
committerTony Crisci <tony@dubstepdish.com>2018-03-28 00:20:39 -0400
commit41e54ba632ae5804d09f75f1af4a708ea33932cf (patch)
tree79a523c5dc4bdf148361ebcda47c4d6a9027e98a /include/rootston/config.h
parentedb643fc6c55b47dd766b4e516b16108719d1ecd (diff)
parent330ee081269790922a46091399b616b12ce14f51 (diff)
Merge branch 'master' into xdg-positioner
Diffstat (limited to 'include/rootston/config.h')
-rw-r--r--include/rootston/config.h2
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;
};
/**