Use scene-graph for damage tracking

This commit is contained in:
Simon Ser 2021-08-17 17:09:31 +02:00
parent 1ef4cf5b8b
commit c737e32632
11 changed files with 11 additions and 285 deletions

View file

@ -49,9 +49,6 @@ struct cg_server {
bool xdg_decoration;
bool allow_vt_switch;
enum wl_output_transform output_transform;
#ifdef DEBUG
bool debug_damage_tracking;
#endif
};
#endif