aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/Base.h')
-rw-r--r--include/cru/platform/graphics/Base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/graphics/Base.h b/include/cru/platform/graphics/Base.h
index 7f12dbef..371d0f99 100644
--- a/include/cru/platform/graphics/Base.h
+++ b/include/cru/platform/graphics/Base.h
@@ -31,6 +31,7 @@ struct TextHitTestResult {
Index position;
bool trailing;
bool inside_text;
+ Index position_with_trailing;
};
struct CRU_PLATFORM_GRAPHICS_API IGraphicsResource : virtual IPlatformResource {