a variety of fixes for the cairocanvas, but it still buggy as hell handling events and lots of other stuff

This commit is contained in:
Paul Davis 2013-04-09 14:22:58 -04:00
parent 1267b1d61c
commit 053eaf77fd
9 changed files with 100 additions and 33 deletions

View file

@ -10,6 +10,7 @@ namespace PBD {
extern uint64_t CanvasItems;
extern uint64_t CanvasItemsDirtied;
extern uint64_t CanvasEvents;
extern uint64_t CanvasRender;
}
}
@ -25,6 +26,7 @@ namespace ArdourCanvas {
extern void checkpoint (std::string, std::string);
extern void set_epoch ();
extern int render_count;
extern int render_depth;
extern int dump_depth;
}