rootston: add -D flag to enable damage tracking debugging

This commit is contained in:
emersion 2018-03-26 17:34:46 -04:00
parent 4555fc8a54
commit 140bc19476
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 12 additions and 4 deletions

View file

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