From 05a893e9b962c37677f9acfc10abf6d6dd66ceb3 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 2 Apr 2017 20:02:57 +0200 Subject: [PATCH] Fixed simpledisplay on 64 bit Signed-off-by: WebFreak001 --- simpledisplay.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index c20f463..91003b9 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -11087,7 +11087,7 @@ mixin template ExperimentalTextComponent() { struct Carat { TextLayout layout; InlineElement inlineElement; - int offset; + size_t offset; } enum TextFormat : ushort {