lots of tweaking and adding debug output including operator<</dump(ostream&) methods to help visualize canvas structure

This commit is contained in:
Paul Davis 2013-04-05 11:27:26 -04:00
parent 7db5d68cdb
commit 07a505b1b2
15 changed files with 188 additions and 23 deletions

View file

@ -25,6 +25,7 @@ namespace ArdourCanvas {
extern void checkpoint (std::string, std::string);
extern void set_epoch ();
extern int render_count;
extern int dump_depth;
}
#endif