add 2 new canvas debug bits

This commit is contained in:
Paul Davis 2021-09-07 11:44:12 -06:00
parent 2c499332ab
commit 4bbfc60126
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,8 @@ namespace PBD {
LIBCANVAS_API extern DebugBits CanvasEvents;
LIBCANVAS_API extern DebugBits CanvasRender;
LIBCANVAS_API extern DebugBits CanvasEnterLeave;
LIBCANVAS_API extern DebugBits CanvasBox;
LIBCANVAS_API extern DebugBits CanvasSizeAllocate;
}
}