From 043bbb07d45ba1339bde89accc810982c2d8527e Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Tue, 15 Apr 2025 12:21:38 -0400 Subject: [PATCH] CRepr Point fix --- BeefLibs/corlib/src/Windows.bf | 1 + 1 file changed, 1 insertion(+) diff --git a/BeefLibs/corlib/src/Windows.bf b/BeefLibs/corlib/src/Windows.bf index afaafe64..ff7f7c23 100644 --- a/BeefLibs/corlib/src/Windows.bf +++ b/BeefLibs/corlib/src/Windows.bf @@ -107,6 +107,7 @@ namespace System public int32 Height => bottom - top; } + [CRepr] public struct Point : this(int32 x, int32 y) {