1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 15:56:00 +02:00

Merge pull request #1773 from disarray2077/patch-11

Make `WindowPos` public
This commit is contained in:
Brian Fiete 2022-12-19 11:35:08 -05:00 committed by GitHub
commit 4acfd7b735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -625,7 +625,7 @@ namespace SDL2
ResizeLeft ResizeLeft
} }
struct WindowPos : int32 public struct WindowPos : int32
{ {
public const WindowPos Undefined = 0x1FFF0000; public const WindowPos Undefined = 0x1FFF0000;
public const WindowPos Centered = 0x2FFF0000; public const WindowPos Centered = 0x2FFF0000;