Browse Source

Merge pull request #1773 from disarray2077/patch-11

Make `WindowPos` public
Brian Fiete 2 years ago
parent
commit
4acfd7b735
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BeefLibs/SDL2/src/SDL2.bf

+ 1 - 1
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;