1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Make WindowPos public

This commit is contained in:
disarray2077 2022-12-19 13:16:11 -03:00 committed by GitHub
parent b4dc3039fc
commit 572e891c9a
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;