diff options
Diffstat (limited to 'include/cru/platform/graphics/Base.hpp')
-rw-r--r-- | include/cru/platform/graphics/Base.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |