X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fcanvas%2Fcanvas%2Fdebug.h;h=ecf7eee46f2a5d4f057b0ce999d8d201e56b245c;hb=d59739d728870843b39901a48216fe9109be6641;hp=b12e33724464fb4732342238677b1c7aa69ecaf3;hpb=1c6c9e95bae62a042e1c312ba6b716529736ca97;p=ardour.git diff --git a/libs/canvas/canvas/debug.h b/libs/canvas/canvas/debug.h index b12e337244..ecf7eee46f 100644 --- a/libs/canvas/canvas/debug.h +++ b/libs/canvas/canvas/debug.h @@ -28,12 +28,12 @@ namespace PBD { namespace DEBUG { - LIBCANVAS_API extern uint64_t CanvasItems; - LIBCANVAS_API extern uint64_t CanvasItemsDirtied; - LIBCANVAS_API extern uint64_t CanvasEvents; - LIBCANVAS_API extern uint64_t CanvasRender; - LIBCANVAS_API extern uint64_t CanvasEnterLeave; - LIBCANVAS_API extern uint64_t WaveView; + LIBCANVAS_API extern DebugBits CanvasItems; + LIBCANVAS_API extern DebugBits CanvasItemsDirtied; + LIBCANVAS_API extern DebugBits CanvasEvents; + LIBCANVAS_API extern DebugBits CanvasRender; + LIBCANVAS_API extern DebugBits CanvasEnterLeave; + LIBCANVAS_API extern DebugBits WaveView; } }