canvas: add Table debug bit

This commit is contained in:
Paul Davis 2021-09-14 16:15:49 -06:00
parent 46586f3a9d
commit d71fcf1955
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ namespace PBD {
LIBCANVAS_API extern DebugBits CanvasEnterLeave;
LIBCANVAS_API extern DebugBits CanvasBox;
LIBCANVAS_API extern DebugBits CanvasSizeAllocate;
LIBCANVAS_API extern DebugBits CanvasTable;
}
}