aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-26 17:34:46 -0400
committeremersion <contact@emersion.fr>2018-03-26 17:34:46 -0400
commit140bc1947623f2e3a89e3b22e18db4eba2ffce4d (patch)
tree91d32d3351a1c6c1ed40be19e35cc4edf4a8cd06 /include/rootston
parent4555fc8a543caed15250a038e979bb24cee03a6c (diff)
rootston: add -D flag to enable damage tracking debugging
Diffstat (limited to 'include/rootston')
-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;
};
/**