From 572e891c9a0358fe46b6ed0934ec6d00077d1194 Mon Sep 17 00:00:00 2001 From: disarray2077 <86157825+disarray2077@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:16:11 -0300 Subject: [PATCH] Make `WindowPos` public --- BeefLibs/SDL2/src/SDL2.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/SDL2/src/SDL2.bf b/BeefLibs/SDL2/src/SDL2.bf index 33e4f036..87ad3da9 100644 --- a/BeefLibs/SDL2/src/SDL2.bf +++ b/BeefLibs/SDL2/src/SDL2.bf @@ -625,7 +625,7 @@ namespace SDL2 ResizeLeft } - struct WindowPos : int32 + public struct WindowPos : int32 { public const WindowPos Undefined = 0x1FFF0000; public const WindowPos Centered = 0x2FFF0000;