aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-26 18:05:35 -0400
committerGitHub <noreply@github.com>2018-03-26 18:05:35 -0400
commit891610081fe1a8279fbe50d548bb6d42074aaae1 (patch)
tree00d14228db0938f26fb90b2e7ebbeebbbe8722ae /include/rootston
parentb66ab811a675b0ceff72943dc1c0ed1ad2bd46ed (diff)
parent140bc1947623f2e3a89e3b22e18db4eba2ffce4d (diff)
Merge pull request #751 from emersion/rotated-surface-damage
Fix damage tracking for rotated surfaces
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;
};
/**