mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
add PBD::DEBUG::WaveView
This commit is contained in:
parent
9edd8d4b3b
commit
1c6c9e95ba
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ namespace PBD {
|
|||
LIBCANVAS_API extern uint64_t CanvasEvents;
|
||||
LIBCANVAS_API extern uint64_t CanvasRender;
|
||||
LIBCANVAS_API extern uint64_t CanvasEnterLeave;
|
||||
LIBCANVAS_API extern uint64_t WaveView;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ uint64_t PBD::DEBUG::CanvasItemsDirtied = PBD::new_debug_bit ("canvasitemsdirtie
|
|||
uint64_t PBD::DEBUG::CanvasEvents = PBD::new_debug_bit ("canvasevents");
|
||||
uint64_t PBD::DEBUG::CanvasRender = PBD::new_debug_bit ("canvasrender");
|
||||
uint64_t PBD::DEBUG::CanvasEnterLeave = PBD::new_debug_bit ("canvasenterleave");
|
||||
uint64_t PBD::DEBUG::WaveView = PBD::new_debug_bit ("waveview");
|
||||
|
||||
struct timeval ArdourCanvas::epoch;
|
||||
map<string, struct timeval> ArdourCanvas::last_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue