mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 09:36:33 +01:00
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:
parent
1267b1d61c
commit
053eaf77fd
9 changed files with 100 additions and 33 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue