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;