summaryrefslogtreecommitdiff
path: root/libs/canvas/debug.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-09 14:22:58 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-09 14:22:58 -0400
commit053eaf77fde7639d4e200d36a9db99b2d4fc615b (patch)
tree1ef0d29aae9c0130b74ae42abb4bb2873291d5ae /libs/canvas/debug.cc
parent1267b1d61cbce8688f3d0f1c4c7932de49735e75 (diff)
a variety of fixes for the cairocanvas, but it still buggy as hell handling events and lots of other stuff
Diffstat (limited to 'libs/canvas/debug.cc')
-rw-r--r--libs/canvas/debug.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/canvas/debug.cc b/libs/canvas/debug.cc
index 1d947a8866..c83c9136e8 100644
--- a/libs/canvas/debug.cc
+++ b/libs/canvas/debug.cc
@@ -7,10 +7,12 @@ using namespace std;
uint64_t PBD::DEBUG::CanvasItems = PBD::new_debug_bit ("canvasitems");
uint64_t PBD::DEBUG::CanvasItemsDirtied = PBD::new_debug_bit ("canvasitemsdirtied");
uint64_t PBD::DEBUG::CanvasEvents = PBD::new_debug_bit ("canvasevents");
+uint64_t PBD::DEBUG::CanvasRender = PBD::new_debug_bit ("canvasrender");
struct timeval ArdourCanvas::epoch;
map<string, struct timeval> ArdourCanvas::last_time;
int ArdourCanvas::render_count;
+int ArdourCanvas::render_depth;
int ArdourCanvas::dump_depth;
void