From 7045737332f742cec36c3d35f48fad82cd41a04b Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 1 Nov 2021 22:16:24 +0800 Subject: ... --- include/cru/platform/graphics/Base.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/platform') diff --git a/include/cru/platform/graphics/Base.hpp b/include/cru/platform/graphics/Base.hpp index 62ff15c3..26ae725a 100644 --- a/include/cru/platform/graphics/Base.hpp +++ b/include/cru/platform/graphics/Base.hpp @@ -18,8 +18,8 @@ struct IPainter; struct ITextLayout; struct TextHitTestResult { - int position; + gsl::index position; bool trailing; - bool insideText; + bool inside_text; }; } // namespace cru::platform::graphics -- cgit v1.2.3