From 4b9c20eaa64e3f19e85f4a73594be99768d4b114 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 1 Jul 2025 10:15:41 +0800 Subject: [PATCH] move set/remove stencilHighlight to View and implement via OverlayManager --- thermion_dart/native/include/c_api/APIBoundaryTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/native/include/c_api/APIBoundaryTypes.h b/thermion_dart/native/include/c_api/APIBoundaryTypes.h index 70e91863..2eb95301 100644 --- a/thermion_dart/native/include/c_api/APIBoundaryTypes.h +++ b/thermion_dart/native/include/c_api/APIBoundaryTypes.h @@ -47,7 +47,8 @@ extern "C" typedef struct TFilamentAsset TFilamentAsset; typedef struct TColorGrading TColorGrading; typedef struct TKtx1Bundle TKtx1Bundle; - + typedef struct TOverlayManager TOverlayManager; + typedef struct { double x; double y;